File tree Expand file tree Collapse file tree 2 files changed +45
-8
lines changed Expand file tree Collapse file tree 2 files changed +45
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 1、下载程序
4
4
5
- 点击[ 下载地址] ( https://github.com/GUI-for-Cores/GUI.for.Clash/releases ) ,在 Releases 里找到最新的版本,Assets 里提供了 Windows 32 位、64 位以及 arm 架构 64 位处理器的版本,按照自己电脑的架构来下载。
5
+ 点击[ 下载地址] ( https://github.com/GUI-for-Cores/GUI.for.Clash/releases ) ,在 Releases 里找到最新的版本,Assets 里提供了以下平台:
6
6
7
- ## 2、移动程序
7
+ - Windows-amd64
8
+ - Windows-arm64
9
+ - Windows-386
10
+ - macOS-amd64
11
+ - macOS-arm64
12
+ - Ubuntu-amd64
8
13
9
- 将下载的程序重命名为` GUI.for.Clash.exe ` ,然后移动到任何你想放置的目录;
14
+ ## 2、Windows
15
+
16
+ 解压下载的文件,然后移动到任何你想放置的目录;
10
17
11
18
例如:` D:\MyPrograms\GUI.for.Cores\GUI.for.Clash ` ;
12
19
17
24
- 避免路径中出现` 空格 `
18
25
- 避免路径中出现` 中文 `
19
26
20
- ## 3、运行程序
27
+ ## 3、macOS
28
+
29
+ 双击解压文件,将解压后的` GUI.for.Clash ` 拖到桌面,按下列步骤进行:
30
+
31
+ 1、双击运行,提示【无法打开...因为无法验证开发者】,点击取消;
32
+
33
+ 2、系统设置 - 隐私与安全性 - 安全性,【已阻止使用...因为来自身份不明的开发者】,点击【仍要打开】,输入密码并二次确认。
34
+
35
+ 注意事项:
36
+
37
+ - 解压后的程序必须` 移动 ` 一次(例如上面,从下载文件夹移动到了桌面),否则运行后没有【写入权限】
21
38
22
- 双击运行程序,待程序启动完成,你可以右键任务栏的程序图标,将程序固定到任务栏,方便下次打开。你也可以自行创建桌面快捷方式。
39
+ ## 4、Linux
40
+
41
+ > 只测试了 Ubuntu 22.04.4,如果你是其他发行版,也可以下载该目标文件,尝试运行。
42
+
43
+ 解压文件,移动至合适的目录,例如:` /opt/GUI.for.Clash `
44
+
45
+ 手动创建桌面图标:新建` GUI.for.Clash.desktop ` 文件,填入下面内容,然后移动至` /usr/share/applications ` 目录。
46
+
47
+ ```
48
+ [Desktop Entry]
49
+ Version=1.0
50
+ Name=GUI.for.Clash
51
+ Comment=GUI.for.Clash
52
+ Exec=/path/to/GUI.for.Clash/GUI.for.Clash
53
+ Icon=/path/to/GUI.for.Clash/appicon.png
54
+ Terminal=false
55
+ Type=Application
56
+ Categories=Application;GUI.for.Clash;
57
+ StartupNotify=true
58
+
59
+ ```
23
60
24
- ## 4 、目录详解
61
+ ## 5 、目录详解
25
62
26
63
```
27
64
GUI.for.Clash
Original file line number Diff line number Diff line change @@ -194,5 +194,5 @@ DNS 规则设置和`路由规则设置`方法一样,需要注意 any 出站选
194
194
195
195
- ` 内核缓存 ` :如果在对应` 配置 ` 的` 通用设置 ` -` 高级设置 ` 中启用了` 持久化缓存 ` 或` 持久化Fake-IP ` 选项,将会在` data/sing-box ` 目录下存储` cache.db ` 文件,如果更改了代理、DNS 以及规则集相关设置,建议停止核心并点击` 清除持久化缓存 ` ,否则可能导致部分站点 SSL 报错
196
196
197
- - 非 Administrators 用户组的用户建议打开` 设置 ` -` 通用 ` 中的` 以管理员身份运行 ` ,否则可能导致无法使用 TUN 启动内核或无法实现开机自启
198
- - 若代理节点标签(tag)使用了国旗等图标无法正常显示,请安装系统字体 [ Mozilla/rwemoji-colr ] ( https://github.com/mozilla/twemoji-colr/releases )
197
+ - 非 Administrators 用户组的用户建议打开` 设置 ` -` 通用 ` 中的` 以管理员身份运行 ` ,否则无法使用 TUN 启动内核、无法实现开机自启
198
+ - 若代理节点标签(tag)使用了国旗等图标无法正常显示,请安装插件【Twemoji.Mozilla】。
You can’t perform that action at this time.
0 commit comments