Skip to content

Commit d62977d

Browse files
committed
Update
1 parent 9c09773 commit d62977d

30 files changed

+738
-623
lines changed

.vitepress/config.mts

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,21 @@ export default defineConfig({
1414
],
1515

1616
sidebar: [
17+
{
18+
text: "通用文档",
19+
items: [
20+
{ text: "安装", link: "/guide/01-install.md" },
21+
{ text: "卸载", link: "/guide/02-uninstall.md" },
22+
{ text: "运行原理", link: "/guide/03-how-it-works.md" },
23+
{ text: "插件系统", link: "/guide/04-plugins.md" },
24+
{ text: "计划任务系统", link: "/guide/05-tasks.md" },
25+
],
26+
},
1727
{
1828
text: "GUI.for.Clash",
1929
items: [
2030
{ text: "简介", link: "/gfc/index.md" },
21-
{ text: "安装", link: "/gfc/01-install.md" },
22-
{ text: "卸载", link: "/gfc/02-uninstall.md" },
23-
{ text: "运行原理", link: "/gfc/03-how-it-works.md" },
24-
{ text: "插件系统", link: "/gfc/plugins.md" },
25-
{ text: "计划任务系统", link: "/gfc/tasks.md" },
26-
{ text: "使用教程", link: "/gfc/04-how-to-use.md" },
31+
{ text: "使用教程", link: "/gfc/how-to-use.md" },
2732
],
2833
},
2934
{

gfc/03-how-it-works.md

Lines changed: 0 additions & 21 deletions
This file was deleted.
File renamed without changes.

gfc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
一个 Clash / (mihomo / meta) 的 GUI 客户端,项目地址,[GUI.for.Clash](https://github.com/GUI-for-Cores/GUI.for.Clash)
44

5-
![](/preview_home.png)
5+
![](/gfc/resources/preview.png)

gfc/resources/100_quick_stark.png

-176 KB
Binary file not shown.

gfc/resources/preview.png

90.1 KB
Loading

gfs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
一个 SingBox 的 GUI 客户端,项目地址,[GUI.for.SingBox](https://github.com/GUI-for-Cores/GUI.for.SingBox)
44

5-
![Logo](/logo2.png)
5+
![](/gfs/resources/preview.png)

gfs/resources/preview.png

79.5 KB
Loading

gfc/01-install.md renamed to guide/01-install.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## 1、下载程序
44

5-
点击[下载地址](https://github.com/GUI-for-Cores/GUI.for.Clash/releases),在 Releases 里找到最新的版本,Assets 里提供了以下平台:
5+
> GUI.for.Clash 最新版:[下载地址](https://github.com/GUI-for-Cores/GUI.for.Clash/releases/latest)
6+
7+
> GUI.for.SingBox 最新版:[下载地址](https://github.com/GUI-for-Cores/GUI.for.SingBox/releases/latest)
8+
9+
在项目的 Releases 里找到最新的版本,Assets 里提供了以下平台:
610

711
- Windows-amd64
812
- Windows-arm64
@@ -11,11 +15,13 @@
1115
- macOS-arm64
1216
- Ubuntu-amd64
1317

18+
确认自己设备的平台,然后下载对应的压缩包文件。
19+
1420
## 2、Windows
1521

1622
解压下载的文件,然后移动到任何你想放置的目录;
1723

18-
例如`D:\MyPrograms\GUI.for.Cores\GUI.for.Clash`
24+
以 GUI.for.Clash 为例`D:\MyPrograms\GUI.for.Cores\GUI.for.Clash`
1925

2026
此时的程序路径:`D:\MyPrograms\GUI.for.Cores\GUI.for.Clash\GUI.for.Clash.exe`
2127

@@ -26,7 +32,7 @@
2632

2733
## 3、macOS
2834

29-
双击解压文件,将解压后的`GUI.for.Clash`拖到桌面,按下列步骤进行:
35+
双击解压文件,`解压后`的文件`拖到桌面`,按下列步骤进行:
3036

3137
1、双击运行,提示【无法打开...因为无法验证开发者】,点击取消;
3238

@@ -40,7 +46,7 @@
4046

4147
> 只测试了 Ubuntu 22.04.4,如果你是其他发行版,也可以下载该目标文件,尝试运行。
4248
43-
解压文件,移动至合适的目录,例如`/opt/GUI.for.Clash`
49+
解压文件,移动至合适的目录,以 GUI.for.Clash 为例`/opt/GUI.for.Clash`
4450

4551
手动创建桌面图标:新建`GUI.for.Clash.desktop`文件,填入下面内容,然后移动至`/usr/share/applications`目录。
4652

@@ -60,6 +66,8 @@ StartupNotify=true
6066

6167
## 5、目录详解
6268

69+
以 GUI.for.Clash 为例:
70+
6371
```
6472
GUI.for.Clash
6573
└─ data // 程序资源目录
@@ -77,13 +85,3 @@ GUI.for.Clash
7785
| └─ user.yaml // 程序配置文件:APP设置、插件设置
7886
└─ GUI.for.Clash.exe // 主程序
7987
```
80-
81-
## 疑问与解答
82-
83-
1、为什么和传统的程序安装方式不同?
84-
85-
> GUI.for.Clash 是一款免安装的绿色软件、或者称之为便携版本。这意味着你可以将软件存储在移动设备或便携式存储设备上,方便随时随地使用。
86-
87-
2、为何教程上称之为`安装`
88-
89-
> 大部分文档都是这样写的。

gfc/02-uninstall.md renamed to guide/02-uninstall.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
2、 删除目录:`%APPDATA%\[BinaryName.exe]`
1212

13-
BinaryName 是程序的名称,如果你按照安装教程改成了 GUI.for.Clash.exe,那目录就是`%APPDATA%\GUI.for.Clash.exe`
13+
BinaryName 是程序的名称
1414

15-
3、删除`data`目录
15+
3、删除`data`目录(可保留)
1616

1717
data 目录与程序同级,是程序运行时生成的,存放着 core 二进制文件、订阅文件、配置文件、规则集文件、插件文件、计划任务文件。
1818

0 commit comments

Comments
 (0)