File tree Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export default defineConfig({
19
19
items : [
20
20
{ text : "安装" , link : "/guide/01-install.md" } ,
21
21
{ text : "卸载" , link : "/guide/02-uninstall.md" } ,
22
+ { text : "更新" , link : "/guide/09-update.md" } ,
22
23
{ text : "运行原理" , link : "/guide/03-how-it-works.md" } ,
23
24
{ text : "插件系统" , link : "/guide/04-plugins.md" } ,
24
25
{ text : "计划任务系统" , link : "/guide/05-tasks.md" } ,
@@ -42,7 +43,10 @@ export default defineConfig({
42
43
{
43
44
text : "社区教程" ,
44
45
items : [
45
- { text : "添加节点和规则集" , link : "/community/01-add-proxies-and-rulesets.md" } ,
46
+ {
47
+ text : "添加节点和规则集" ,
48
+ link : "/community/01-add-proxies-and-rulesets.md" ,
49
+ } ,
46
50
] ,
47
51
} ,
48
52
] ,
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ GUI.for.Clash
74
74
| ├─ .cache // 缓存文件夹,临时文件应该放在此目录
75
75
| ├─ mihomo // 内核程序目录
76
76
| ├─ plugins // 插件目录,仅存放插件源码,一个插件对应一个plugin-xxx.js文件
77
+ | ├─ rolling-release // 滚动发行资源存放目录,存放前端编译后的文件
77
78
| ├─ rulesets // 规则集目录,供内核程序引用
78
79
| ├─ subscribes // 订阅目录,供内核程序引用
79
80
| ├─ third // 第三方程序目录,插件下载的第三方程序应该放在本目录运行
Original file line number Diff line number Diff line change
1
+ # 更新
2
+
3
+ ## 正常更新
4
+
5
+ 1、Windows、GNU/Linux
6
+
7
+ 前往 【设置】 - 【关于】,点击版本号检测更新。
8
+
9
+ 2、macOS
10
+
11
+ 备份 data 目录,删除程序,重新执行 [ 安装] ( /guide/01-install.html ) 操作。
12
+
13
+ ## 滚动更新
14
+
15
+ 前往【设置】 - 开启【启用滚动发行】,重启程序,安装插件【滚动发行】,使用插件更新程序。
16
+
17
+ ## 两种方式对比
18
+
19
+ 正常更新对 macOS 不友好,Windows、GNU/Linux 下体验较好,但更新下载的程序体积相较滚动更新比较大,网络环境不好的情况下更新会更慢些。
20
+
21
+ 滚动更新对三个平台都很友好,且支持自动更新。能够获取更快、更新、更稳定的 GUI 体验。
22
+
23
+ 注:滚动更新仅支持` GUI.for.Clash v1.8.2 ` 、` GUI.for.SingBox v1.8.1 ` 及以上版本,且需要开启` 【启用滚动发行】 ` 设置并安装插件` 【滚动发行】 ` 。
You can’t perform that action at this time.
0 commit comments