Commit 6b6b8c89 by 陶腾飞

2020/11/05 v1.10.3 更新备份策略

parent 534da77b
...@@ -72,6 +72,7 @@ UI: ...@@ -72,6 +72,7 @@ UI:
- 2020/10/22 v1.10.0 升级批量打开,增加重启软件按钮,检测并关闭保护试图 - 2020/10/22 v1.10.0 升级批量打开,增加重启软件按钮,检测并关闭保护试图
- 2020/10/26 v1.10.1 修复批量打开失败问题 - 2020/10/26 v1.10.1 修复批量打开失败问题
- 2020/10/27 v1.10.2 优化软件安装和重启小工具的程序逻辑,更新64位的程序清单和新ico文件 - 2020/10/27 v1.10.2 优化软件安装和重启小工具的程序逻辑,更新64位的程序清单和新ico文件
- 2020/11/05 v1.10.3 更新备份策略
## 其他说明 ## 其他说明
......
...@@ -7,8 +7,8 @@ const Host_thserver string = "THSERVER" ...@@ -7,8 +7,8 @@ const Host_thserver string = "THSERVER"
const DaemonListen string = ":16823" const DaemonListen string = ":16823"
const ADServerDaemon string = Host_adserver + DaemonListen const ADServerDaemon string = Host_adserver + DaemonListen
const THServerDaemon string = Host_thserver + DaemonListen const THServerDaemon string = Host_thserver + DaemonListen
const Version string = "1.10" const Version string = "1.10.2"
const Bak_Version string = "1013" const Bak_Version string = "1105"
var Active bool = true var Active bool = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment