tal-tech / electron-playground

This is a project to quickly experiment and learn electron related APIs
https://github.com/tal-tech/electron-playground
MIT License
1.47k stars 184 forks source link

演练场和文档打开都是空白的。 #32

Closed Hard-workingrookie closed 3 years ago

Hard-workingrookie commented 3 years ago

🐞 bug report

image image

Description

Exception or Error

Environment

Platform: OS Version:

ivyhaswell commented 3 years ago

确认是bug,预计今天修复

ivyhaswell commented 3 years ago

快速启动example目录结构不对导致的问题,已修复

Elors commented 3 years ago

遇到同样的问题,看起来还是目录结构导致的?

image
ivyhaswell commented 3 years ago

@Elors 请问操作步骤是?我这边没有复现呢

Elors commented 3 years ago

@Elors 请问操作步骤是?我这边没有复现呢

  1. n v12.0.0 切换node版本(部分依赖库需求)
  2. yarn 安装依赖
  3. yarn start 启动
  4. 输入open api 打开 交互式api文档面板
  5. 启动后点击任意目录

Platform: Mac OS Version: MacOS Big Sur 11.1

我注意到右侧调试信息里的路径带有“/Users/wangshuwen/”这个用户目录,猜测是开发环境的路径?

ivyhaswell commented 3 years ago

@Elors 嗯嗯我知道问题了,马上修复一波

ivyhaswell commented 3 years ago

已经修复