Sworld

Results 55 comments of Sworld

于1.2.0版本已经增加收藏夹功能,可以完成分类、优化左栏 ![image](https://github.com/mcthesw/game-save-manager/assets/61224072/c3424020-f610-4a01-b191-b4abe1639a0f)

目前设想: 在`GameSaveManager.config.json`中添加字段`favorite`,如下 ```json { "version": "1.0.0 alpha", "backup_path": "./save_data", "games": [], "settings": { "prompt_when_not_described": false, "extra_backup_when_apply": true }, "favorite": [ { "name": "收藏夹", "type": "folder", "children": [ { "type": "game",...

该功能可以在新页面中放置一个[Tree控件](https://element-plus.org/zh-CN/component/tree.html)来进行编辑(比如排序,或者删除文件夹等功能),排序可以构造一个[拖拽排序](https://juejin.cn/post/7231519213897875512)的新弹出窗口,也可以在树形控件上直接进行点击排序 考虑到方便,把整个menu换成tree控件说不定也是可行的

![image](https://github.com/mcthesw/game-save-manager/assets/61224072/87cdccf8-c42f-439e-b0b2-239823065a95) 于1.2.0版本已支持