From 68c5d12e143e57a5c4e7e8808e823fa9a9390095 Mon Sep 17 00:00:00 2001 From: yangsy Date: Mon, 2 Mar 2026 15:24:15 +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 | 7 +++++++ public/manifest.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/public/changelogs.json b/public/changelogs.json index b8a92fb..9da9f62 100644 --- a/public/changelogs.json +++ b/public/changelogs.json @@ -1,4 +1,11 @@ [ + { + "version": "0.39.0", + "date": "2026-03-02", + "changes": { + "feats": [{ "content": "新版录像记录诊断卡片" }, { "content": "新增平台更新记录页面" }] + } + }, { "version": "0.38.5", "date": "2026-02-06", diff --git a/public/manifest.json b/public/manifest.json index 6e2df2d..04d4c5b 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-02 15:14:53" }