diff --git a/public/changelogs.json b/public/changelogs.json index b8a92fb..53ebc7f 100644 --- a/public/changelogs.json +++ b/public/changelogs.json @@ -1,4 +1,12 @@ [ + { + "version": "0.39.0", + "date": "2026-03-02", + "changes": { + "fixes": [{ "content": "修复设备树搜索时节点错乱的问题" }], + "feats": [{ "content": "新版录像记录诊断卡片" }, { "content": "新增平台更新记录页面" }] + } + }, { "version": "0.38.5", "date": "2026-02-06", diff --git a/public/manifest.json b/public/manifest.json index 6e2df2d..fccefda 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,4 +1,4 @@ { - "version": "0.38.5", - "buildTime": "2026-02-06 10:25:07" + "version": "0.39.0", + "buildTime": "2026-03-11 14:35:45" }