Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
earcath committed Oct 6, 2024
1 parent bca3e38 commit abac8ab
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 22 deletions.
28 changes: 12 additions & 16 deletions changelog.md
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>
2 changes: 1 addition & 1 deletion module/alist-ddns-go/tools/快速获取初始密码.sh
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
4 changes: 2 additions & 2 deletions module/module.prop
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
2 changes: 2 additions & 0 deletions module/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ until [ $(getprop init.svc.bootanim) = "stopped" ] ; do
sleep 5
done

sleep 30

${DATAPATH}/scripts/tool.sh -u
nohup ${DATAPATH}/scripts/service.sh -s &
6 changes: 3 additions & 3 deletions update.json
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"
}

0 comments on commit abac8ab

Please sign in to comment.