We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4644c21 commit 3e2e7ffCopy full SHA for 3e2e7ff
guide/index.md
@@ -52,3 +52,19 @@ GUI.for.Cores 项目旨在快速生成 core 的配置文件,并将其参数以
52
3、我能使用你们的项目进行二次开发吗?
53
54
> 当然。你可以使用目前项目里的所有代码,并开发出其他 core 的 GUI 应用。
55
+
56
+## 开发计划
57
58
+- [ ] 迁移框架至 wails-v3-alpha 版本
59
60
+- [ ] 开发一个流量可视化插件
61
62
+- [ ] 支持更多的 GNU/Linux 桌面
63
64
+- [ ] 支持 macOS、 GNU/Linux 下的 TUN 模式
65
66
+- [ ] 优化 macOS、 GNU/Linux 下的安装升级体验
67
68
+- [ ] 重构 GUI.for.SingBox 的部分功能
69
70
+- [ ] 开发安卓端的 GUI 系列
package.json
@@ -15,6 +15,6 @@
15
"author": "https://github.com/GUI-for-Cores",
16
"license": "ISC",
17
"devDependencies": {
18
- "vitepress": "1.0.1"
+ "vitepress": "1.2.3"
19
}
20
0 commit comments