2 评论 (2 评论)0 反应 (0 反应)0 负责人 (0 负责人)HTML5,026 star (5,026 star)568 fork (568 fork)batch import
help wanted
描述
例如{超级面板}
贡献者指南
- 技术栈
- javascriptnodejselectron
- 领域
- desktopfrontend
- 议题类型
- bug
- 难度面向新贡献者的预计实现难度,1 表示很小改动,5 表示专家级工作。
- 2
- 预计时间有经验贡献者完成调查、实现、测试并准备 pull request 的粗略时间范围。
- 1-3 hours
- 活动状态议题当前的可参与程度:新鲜、活跃、陈旧、阻塞或等待维护者输入。
- fresh
- 清晰度议题是否清楚说明期望改动、验收标准和下一步。
- unclear
- 前置要求
- Electron basicsPlugin download flowJavaScript debugging
- 新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
- 30
- 研究方向
- The issue reports that some plugins (e.g., '超级面板') fail to download and show a spinning indicator indefinitely. To investigate, first reproduce the issue by trying to download the super panel plugin. Look at the plugin download code in the repository, likely in the electron main process or renderer. Check for missing error handling or unresolved promises in the download function. Examine the network requests and see if the API endpoint returns a response. Also review any existing comments on the issue for additional clues.