-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
20 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,30 @@ | ||
## 更新日志 | ||
## ChangeLogs | ||
|
||
#### v1.1.0 | ||
- 重构代码 | ||
#### v1.1.1 | ||
- 修复已知bug | ||
- Fix known bugs | ||
|
||
<details> | ||
|
||
#### v1.1.0 | ||
- 重构代码 | ||
- Code refactoring | ||
|
||
#### v1.0.11 | ||
- ddns-go启动时配置114.114.114.114dns | ||
- 优化后台执行逻辑 | ||
- Configure 114.114.114.114 dns at ddns-go startup | ||
- Optimize the backend execution logic | ||
|
||
#### v1.0.10 | ||
- 提供模块更新服务 | ||
- 修改核心更新服务新版本获取方式 | ||
|
||
#### v1.0.9 | ||
- 首次发布在GitHub | ||
|
||
</details> | ||
|
||
--- | ||
|
||
## ChangeLogs | ||
|
||
#### v1.0.10 | ||
- Provide module update service | ||
- Updating Core Update Services Getting New Versions | ||
|
||
<details> | ||
|
||
#### v1.0.9 | ||
- 首次发布在GitHub | ||
- First released on GitHub | ||
|
||
</details> | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
password=$(awk -F': ' '/initial password is/ {print $2}' /data/alist-ddns-go/logs/alistrun.log) | ||
password=$(awk -F': ' '/initial password is/ {print $2}' /data/alist-ddns-go/logs/alist_run.log) | ||
echo "初始密码为:" | ||
echo $password |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
id=alist-ddns-go | ||
name=alist and ddns-go | ||
version=1.1.0 | ||
versionCode=20 | ||
version=1.1.1 | ||
versionCode=21 | ||
author=earcath | ||
description=默认管理地址:\nAlist:http://127.0.0.1:5244\nddns-go:http://127.0.0.1:9876\n日志目录:/data/alist-ddns-go/logs | ||
updateJson=https://mirror.ghproxy.com/https://raw.githubusercontent.com/earcath/alist-ddns-go/main/update.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"versionCode": 20, | ||
"version": "1.1.0", | ||
"zipUrl": "https://mirror.ghproxy.com/https://github.com/earcath/alist-ddns-go/releases/download/v1.0.15/alist-ddns-go_1.0.15.zip", | ||
"versionCode": 21, | ||
"version": "1.1.1", | ||
"zipUrl": "https://mirror.ghproxy.com/https://github.com/earcath/alist-ddns-go/releases/download/v1.1.1/alist-ddns-go_1..1.1.zip", | ||
"changelog": "https://mirror.ghproxy.com/https://raw.githubusercontent.com/earcath/alist-ddns-go/main/changelog.md" | ||
} |