Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a7e0e721f3 | ||
|
|
04b1b3a9c0 | ||
|
|
784352c44d | ||
|
|
f3a83e67a7 | ||
|
|
9c411fd5d9 | ||
|
|
f2035b848b | ||
|
|
a0b2caf0b6 | ||
|
|
417f4e9354 | ||
|
|
969db39060 | ||
|
|
fc285b9916 | ||
|
|
5301e80916 | ||
|
|
61e738d8c4 | ||
|
|
5c5117f828 | ||
|
|
ba741f70cd | ||
|
|
8860ac3595 | ||
|
|
9986a346ed | ||
|
|
8da94071dc | ||
|
|
e44d26bf2a | ||
|
|
16a26182b2 | ||
|
|
79f395c093 | ||
|
|
c16d1fcdf5 | ||
|
|
a875ae051c | ||
|
|
2eb1524030 | ||
|
|
09f737df0f | ||
|
|
4ffc86cfae | ||
|
|
511edc8d70 | ||
|
|
d7a6eb28f3 | ||
|
|
864b354180 | ||
|
|
033c6f09d5 | ||
|
|
a0d590b3f0 | ||
|
|
8818711a5c | ||
|
|
05e44409f5 | ||
|
|
ec10470b82 | ||
|
|
a5d117df84 | ||
|
|
d4600b95a7 | ||
|
|
a323452a82 | ||
|
|
9d4d3a1bff | ||
|
|
71aaa0c421 | ||
|
|
4c809b8577 |
Binary file not shown.
@@ -187,6 +187,16 @@ var g_languages = [
|
||||
,"描述"//185
|
||||
,"备注设置"//186
|
||||
,"请输入服务简短备注"//187
|
||||
,"设置[电池优化]"//188
|
||||
,"设置后台[无限制]"//189
|
||||
,"关闭应用速冻"//190
|
||||
,"允许后台高耗电"//191
|
||||
,"前往[电池优化]-[应用名称],设置[不允许]"//192
|
||||
,"设置MIUI系统后台配置为[无限制]"//193
|
||||
,"前往[电池]-[应用名称],关闭[后台冻结]和[检测到异常时自动优化]"//194
|
||||
,"前往[电池]-[后台耗电管理]-[应用名称],设置[允许后台高耗电]"//195
|
||||
,"跳转设置失败"//196
|
||||
,"未知机型,请自行设置后台运行权限"//197
|
||||
],
|
||||
["English"
|
||||
, "OK" //1
|
||||
@@ -376,5 +386,15 @@ var g_languages = [
|
||||
, "MEMO"//185
|
||||
, "Notes modify"//186
|
||||
, "Enter notes of the services"//187
|
||||
, "Settings [Battery Optimization]"//188
|
||||
, "Set up background [unlimited]"//189
|
||||
, "Close application quick freeze"//190
|
||||
, "Allow high power consumption in the background"//191
|
||||
, "Go to [Battery Optimization]-[App Name] and set [Not Allowed]"//192
|
||||
, "Set the MIUI system background configuration to [Unlimited]"//193
|
||||
, "Go to [Battery]-[App Name], turn off [Background Freeze] and [Automatic Optimization when Abnormality Detected]"//194
|
||||
, "Go to [Battery]-[Background Power Consumption Management]-[App Name] and set [Allow background high power consumption]"//195
|
||||
, "Load setting failed"//196
|
||||
, "Unknown model, please set background running permissions yourself"//197
|
||||
]
|
||||
];
|
||||
|
||||
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.
@@ -375,6 +375,27 @@ ps:捐赠建议附上注册用户名<br>
|
||||
<summary>
|
||||
<mark><font size=5 color=darkred>更新历史</font></mark>
|
||||
</summary>
|
||||
|
||||
### 2025-03-25<br>
|
||||
1、文件管理新增空目录删除功能<br>
|
||||
2、服务端间连接增加使用时连接功能(20秒内重连1次)<br>
|
||||
3、增强稳定性,修复异常退出问题<br>
|
||||
|
||||
### 2024-10-12更新到v0.40.4:<br>
|
||||
1、新增PROXY协议,单端口同时支持socks5及http代理<br>
|
||||
2、新增http代理用户/密码认证<br>
|
||||
|
||||
```
|
||||
<app-parameter>
|
||||
...
|
||||
<httpx-user value="user" />
|
||||
<httpx-passwd value="pwd" />
|
||||
<socks-user value="user" />
|
||||
<socks-passwd value="pwd" />
|
||||
...
|
||||
</app-parameter>
|
||||
```
|
||||
3、其它优化<br>
|
||||
|
||||
### 2024-08-20<br>
|
||||
1、提升文件传输速度<br>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user