From ed0d6575c8e1dd5f8719938084677610ee9d913f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E8=87=AA=E8=BE=BE?= <980324341@qq.com> Date: Wed, 16 Sep 2026 09:09:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=89=8D=E7=AB=AF):=20=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AB=AF=204.0.22=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=9D=A1=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 包体积 -38%、启动时清理本地垃圾、启动与连接优化三条面向用户的说明。 version 与 web_config 发布记录一致(4.0.22),否则更新面板按本机版本筛选匹配不到。 --- frontend-vue/src/shared/client-changelog.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend-vue/src/shared/client-changelog.ts b/frontend-vue/src/shared/client-changelog.ts index 862aa0df..30db231a 100644 --- a/frontend-vue/src/shared/client-changelog.ts +++ b/frontend-vue/src/shared/client-changelog.ts @@ -24,6 +24,15 @@ export interface ClientChangelogEntry { /** 更新日志数据(新版本在前;发版时在数组最前追加一条) */ export const CLIENT_CHANGELOG: ClientChangelogEntry[] = [ + { + version: '4.0.22', + date: '2026-09-16', + items: [ + '升级包体积减少约 38%,下载更新明显更快', + '启动时自动清理本地缓存与临时文件,长期使用不再越来越占磁盘', + '优化启动速度与网络连接复用,运行更顺畅', + ], + }, { version: '4.0.21', date: '2026-09-15',