Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AD-Control-Golang
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陶腾飞
AD-Control-Golang
Commits
6b6b8c89
Commit
6b6b8c89
authored
Nov 05, 2020
by
陶腾飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2020/11/05 v1.10.3 更新备份策略
parent
534da77b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
README.MD
+1
-0
public/env.go
+2
-2
No files found.
README.MD
View file @
6b6b8c89
...
...
@@ -72,6 +72,7 @@ UI:
-
2020/10/22 v1.10.0 升级批量打开,增加重启软件按钮,检测并关闭保护试图
-
2020/10/26 v1.10.1 修复批量打开失败问题
-
2020/10/27 v1.10.2 优化软件安装和重启小工具的程序逻辑,更新64位的程序清单和新ico文件
-
2020/11/05 v1.10.3 更新备份策略
## 其他说明
...
...
public/env.go
View file @
6b6b8c89
...
...
@@ -7,8 +7,8 @@ const Host_thserver string = "THSERVER"
const
DaemonListen
string
=
":16823"
const
ADServerDaemon
string
=
Host_adserver
+
DaemonListen
const
THServerDaemon
string
=
Host_thserver
+
DaemonListen
const
Version
string
=
"1.10"
const
Bak_Version
string
=
"1
013
"
const
Version
string
=
"1.10
.2
"
const
Bak_Version
string
=
"1
105
"
var
Active
bool
=
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment