chore: 更新版本号至 v1.1.3

增加 version host_name 2个新字段传递
This commit is contained in:
2025-12-23 23:09:55 +08:00
parent ff35510ef0
commit ef31a054c0
3 changed files with 26 additions and 9 deletions

View File

@@ -337,8 +337,8 @@ BACKEND_URL=http://192.168.1.100:8080 ./run.sh start
版本号统一从 `version.json` 文件读取:
```json
{
"version": "1.1.2",
"tag": "v1.1.2"
"version": "1.1.3",
"tag": "v1.1.3"
}
```
@@ -414,8 +414,8 @@ BACKEND_URL=http://192.168.1.100:8080 ./run.sh start
版本号和标签统一从 `version.json` 文件读取:
```json
{
"version": "1.1.2",
"tag": "v1.1.2"
"version": "1.1.3",
"tag": "v1.1.3"
}
```
@@ -605,7 +605,7 @@ tail -n 100 node.log
## 更新日志
### v1.1.2 (最新)
### v1.1.3 (最新)
**新增功能:**
- ✨ 添加日志文件输出功能,支持配置日志文件路径和级别