From 6e1689dfe5da043157257efd8e6bfeea73d88f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E8=87=AA=E8=BE=BE?= <980324341@qq.com> Date: Thu, 17 Sep 2026 00:33:29 +0800 Subject: [PATCH] =?UTF-8?q?docs(=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97):=20?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0=E5=AE=A2=E6=88=B7=E7=AB=AF=204.0.27=20?= =?UTF-8?q?=E6=9D=A1=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 b0e0ae3c..34378256 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.27', + date: '2026-09-17', + items: [ + '跟价:修复部分商品「价格读取异常就整行中断」导致该商品没跟上的问题', + '相似货源:个别货源没取到价格时,不再丢失整行结果', + '设备日志上传更省流量,云端查看日志更快', + ], + }, { version: '4.0.26', date: '2026-09-16',