This commit is contained in:
2025-12-17 21:12:49 +08:00
parent 21592ae8a0
commit ff35510ef0
5 changed files with 10 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.0",
"tag": "v1.1.0"
"version": "1.1.2",
"tag": "v1.1.2"
}
```
@@ -414,8 +414,8 @@ BACKEND_URL=http://192.168.1.100:8080 ./run.sh start
版本号和标签统一从 `version.json` 文件读取:
```json
{
"version": "1.1.0",
"tag": "v1.1.0"
"version": "1.1.2",
"tag": "v1.1.2"
}
```
@@ -605,7 +605,7 @@ tail -n 100 node.log
## 更新日志
### v1.1.0 (最新)
### v1.1.2 (最新)
**新增功能:**
- ✨ 添加日志文件输出功能,支持配置日志文件路径和级别