From eaa855a09ed6130f5a54aea68aee255df31f8103 Mon Sep 17 00:00:00 2001 From: yangsy Date: Tue, 19 May 2026 19:42:23 +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 | 20 ++++++++++++++++++++ public/manifest.json | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/public/changelogs.json b/public/changelogs.json index ada8256..61efab7 100644 --- a/public/changelogs.json +++ b/public/changelogs.json @@ -1,4 +1,24 @@ [ + { + "version": "0.41.0", + "date": "2026-05-19", + "changes": { + "fixes": [ + { "content": "修复交换机端口卡片在端口数据为空时仍展示的问题" }, + { "content": "修复安防箱门禁状态和防雷状态显示错误的问题" }, + { "content": "修复解码器和录像机历史诊断中硬件占用卡片的加载状态同步问题" } + ], + "feats": [ + { "content": "新增摄像机阈值配置功能" }, + { "content": "新增摄像机硬件占用率历史诊断记录卡片" }, + { "content": "优化设备诊断页的信息展示结构,支持按设备型号、网卡信息、接入信息等分组展示" }, + { "content": "为摄像机诊断信息新增网卡信息、IP信息和设备通用信息展示" }, + { "content": "新增多厂商安防箱支持,支持BeiDian和NingTech安防箱的空开控制与设备重启" }, + { "content": "安防箱配置新增开关数量和团体字符串(写)" }, + { "content": "为各类设备实体新增团体字符串(写)字段" } + ] + } + }, { "version": "0.40.0", "date": "2026-04-10", diff --git a/public/manifest.json b/public/manifest.json index a3c1f95..1941302 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,4 +1,4 @@ { - "version": "0.40.0", - "buildTime": "2026-04-10 15:42:03" + "version": "0.41.0", + "buildTime": "2026-05-19 19:40:37" }