From b0f764b6b694695fc92d8c747641c3ac7a66bda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E8=87=AA=E8=BE=BE?= <980324341@qq.com> Date: Tue, 15 Sep 2026 11:33:53 +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.18=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 --- frontend-vue/src/shared/client-changelog.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/frontend-vue/src/shared/client-changelog.ts b/frontend-vue/src/shared/client-changelog.ts index 4810e257..7ce6075b 100644 --- a/frontend-vue/src/shared/client-changelog.ts +++ b/frontend-vue/src/shared/client-changelog.ts @@ -24,6 +24,16 @@ export interface ClientChangelogEntry { /** 更新日志数据(新版本在前;发版时在数组最前追加一条) */ export const CLIENT_CHANGELOG: ClientChangelogEntry[] = [ + { + version: '4.0.18', + date: '2026-09-15', + items: [ + '数据采集:价格固定当地币种(英国英镑、欧洲欧元),不再错显成人民币', + '数据采集:采集前自动设置当地配送地址,价格与配送信息更准确', + '跟价:兼容亚马逊新版页面,当前价格读取更稳定', + '修复:启动时不再误关闭你手动打开的紫鸟浏览器', + ], + }, { version: '4.0.17', date: '2026-09-15',