From de241334a9eb37edc0cd9fb05ab4ad53cc79fd33 Mon Sep 17 00:00:00 2001 From: yangsy Date: Fri, 10 Apr 2026 15:43:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=89=88=E6=9C=AC=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=92=8C=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/changelogs.json | 8 ++++++++ public/manifest.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/public/changelogs.json b/public/changelogs.json index 53ebc7f..ada8256 100644 --- a/public/changelogs.json +++ b/public/changelogs.json @@ -1,4 +1,12 @@ [ + { + "version": "0.40.0", + "date": "2026-04-10", + "changes": { + "fixes": [{ "content": "修复设备树搜索时节点错乱的问题" }, { "content": "将安防箱面板的“电路”统一更正为“空开”" }, { "content": "修复设备查询缓存键冲突问题" }], + "feats": [{ "content": "添加视频服务器双机热备状态" }] + } + }, { "version": "0.39.0", "date": "2026-03-02", diff --git a/public/manifest.json b/public/manifest.json index fccefda..a3c1f95 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,4 +1,4 @@ { - "version": "0.39.0", - "buildTime": "2026-03-11 14:35:45" + "version": "0.40.0", + "buildTime": "2026-04-10 15:42:03" }