Commit eba5a34
committed
feat: 添加文件夹收藏功能和修复Windows asyncio错误
- 修复Windows系统WSAStartup错误(WinError 10093),在工作线程中使用WindowsSelectorEventLoopPolicy
- 添加文件夹选择器收藏功能,支持点击星星图标收藏/取消收藏
- 文件夹选择器支持显示隐藏文件夹
- 添加多种排序选项(名称、修改时间、大小)
- 使用不区分大小写的排序
- 收藏配置自动保存到config.json,支持打包和开发环境1 parent e55436a commit eba5a34
6 files changed
Lines changed: 475 additions & 14 deletions
File tree
- desktop_qt_ui
- editor/core
- services
- widgets
- examples
- manga_translator/mode
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1431 | 1431 | | |
1432 | 1432 | | |
1433 | 1433 | | |
| 1434 | + | |
1434 | 1435 | | |
1435 | 1436 | | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
1436 | 1441 | | |
1437 | 1442 | | |
1438 | 1443 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
521 | 526 | | |
522 | 527 | | |
523 | 528 | | |
| |||
0 commit comments