Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9b7b8ffbf5 | ||
|
|
f563fce37e | ||
|
|
2207cbdde0 | ||
|
|
489fd7edfd | ||
|
|
404022e397 | ||
|
|
dadf91d49c | ||
|
|
824ed30928 | ||
|
|
e4eb71d1b2 | ||
|
|
de04b8a705 | ||
|
|
922dfe0290 | ||
|
|
69c1a5d9f5 | ||
|
|
9085d664e4 | ||
|
|
d85518c688 | ||
|
|
a2e23d8a4d | ||
|
|
fa9da57987 | ||
|
|
313b68cdab | ||
|
|
2932180a1f | ||
|
|
a451a33d6e | ||
|
|
5de7ced040 | ||
|
|
1cc1aafc21 | ||
|
|
6890584522 | ||
|
|
fd33768707 | ||
|
|
b8c4ff66c3 | ||
|
|
d90f576ac3 | ||
|
|
90943b8616 | ||
|
|
61e6934d8d | ||
|
|
70f07d3839 | ||
|
|
7785691b30 | ||
|
|
b1a307ed31 | ||
|
|
9c82d86831 | ||
|
|
1bec1018f6 | ||
|
|
f10d152386 | ||
|
|
b9fc37927c | ||
|
|
869d478947 | ||
|
|
fd10c67cd6 | ||
|
|
ff727bbf66 | ||
|
|
743bfda88e | ||
|
|
4156bdd28c | ||
|
|
212f551f6c | ||
|
|
f70d8fa1c9 | ||
|
|
2379718df6 | ||
|
|
eebeb6e6ce | ||
|
|
f2a56644e5 | ||
|
|
9e7055e404 | ||
|
|
dc9f297f79 | ||
|
|
436116da92 | ||
|
|
bc5542ca7c | ||
|
|
a11a5202a4 | ||
|
|
921269cce6 | ||
|
|
93102df95b | ||
|
|
17b1d90b7f | ||
|
|
717a52c56a | ||
|
|
920c32a91e | ||
|
|
682bc7a724 | ||
|
|
3c4bd913a0 | ||
|
|
8fe03b6bca | ||
|
|
4a3c14457c | ||
|
|
abb658bc88 | ||
|
|
15992d6d97 | ||
|
|
ac304cf2f5 | ||
|
|
15a0812634 | ||
|
|
a0fc70710b | ||
|
|
4717d8bce3 | ||
|
|
37cdb9e1b8 | ||
|
|
9eb42ef487 | ||
|
|
d97e95ae0b | ||
|
|
e440af62b0 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -38,6 +38,7 @@
|
||||
|
||||
## SG怎么使用?
|
||||
* 下载APP并注册
|
||||
* 由于APP没有上应用市场,华为手机会被默认识别为“诈骗程序”,需首先关闭纯净模式,下载后设置手机为“飞行模式”后再安装。其它手机类似问题自行搜索解决办法。
|
||||
* 下载合适的服务端版本,根据用户ID进行配置并运行
|
||||
* 登录APP进行端口映射配置
|
||||
* 使用配置的映射进行访问
|
||||
@@ -375,7 +376,35 @@ ps:捐赠建议附上注册用户名<br>
|
||||
<summary>
|
||||
<mark><font size=5 color=darkred>更新历史</font></mark>
|
||||
</summary>
|
||||
|
||||
|
||||
### 2026-03-03更新到v0.40.6<br>
|
||||
1、解决tcp连接延迟断开的问题<br>
|
||||
2、调整网络引擎,提升性能<br>
|
||||
3、版本更新到v0.40.6<br>
|
||||
|
||||
### 2025-09-26更新到v0.40.5<br>
|
||||
1、解决代理模式下连接概率性断开的BUG<br>
|
||||
2、增强稳定性,提升性能<br>
|
||||
3、增加开机自启动脚本,使用方式如下:<br>
|
||||
* windows
|
||||
```
|
||||
windows下,确保 enable_autostart.bat 和 enable_autostart.ps1 文件与服务端在同一个目录
|
||||
打开cmd窗口,开启自启动输入:
|
||||
enable_autostart.bat on
|
||||
关闭自启动输入:
|
||||
enable_autostart.bat off
|
||||
过程中要求脚本以管理员方式运行
|
||||
```
|
||||
* linux/macOS
|
||||
```
|
||||
确保 enable_autostart.sh 文件与服务端在同一个目录
|
||||
开启自启动输入:
|
||||
enable_autostart.sh on
|
||||
关闭自启动输入:
|
||||
enable_autostart.sh off
|
||||
```
|
||||
4、版本更新到v0.40.5<br>
|
||||
|
||||
### 2025-03-25<br>
|
||||
1、文件管理新增空目录删除功能<br>
|
||||
2、服务端间连接增加使用时连接功能(20秒内重连1次)<br>
|
||||
@@ -718,3 +747,6 @@ ps:捐赠建议附上注册用户名<br>
|
||||
【重要提示】v0.14版本将于之前版本不兼容,请务必更新版本!!!<br>
|
||||
### ....初始版本v0.13<br>
|
||||
</details>
|
||||
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user