Skip to content

Commit

Permalink
feat(controlpanel stop): control Panel 中的 stop 功能完成,具体功能尚未完全测试
Browse files Browse the repository at this point in the history
  • Loading branch information
KonghaYao committed Jul 19, 2021
1 parent fa35464 commit 8b9b6d7
Show file tree
Hide file tree
Showing 15 changed files with 4,190 additions and 4,108 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ module.exports = {
sourceType: 'module',
requireConfigFile: false,
},
globals: {
__version__: true,
__buildDate__: true,
},
rules: {
'prettier/prettier': ['error'],
'no-console': 0,
Expand Down
20 changes: 16 additions & 4 deletions VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,24 @@

- [ ] 关于 UI 界面的更新

### 3.2 版本更新
### 3.2 - Paimon 版本更新

- [x] 完整的 JSpider 编程逻辑框架出图
- 完整的 JSpider 编程逻辑框架出图

- [ ] 重构所有的核心代码
- [ ] JSpider 中的数据流系统

- [ ] 重构 plugins
- [ ] JSpider 中的事件系统

- [ ] JSpider 需要实现 MVVM 模型来实现爬虫系统的可视化

- 重构所有的核心代码

- [ ] Control Panel 暂停功能

- [ ] Control Panel 重试功能(非流内自动重试)

- 重构 plugins
- [ ] plugins 分包导入
- [ ] Request 多平台

> 因为是 3.2 版本才更新这个文件,所以以前的版本都丢失了。
Loading

0 comments on commit 8b9b6d7

Please sign in to comment.