From 25c7323c47eb861076e3593cd23f252473589a90 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 13:40:59 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97):=20?= =?UTF-8?q?=E8=A1=A5=204.0.23=20=E6=9D=A1=E7=9B=AE=EF=BC=88=E8=B7=9F?= =?UTF-8?q?=E4=BB=B7=E9=80=82=E9=85=8D=E4=BA=9A=E9=A9=AC=E9=80=8A=E6=96=B0?= =?UTF-8?q?=E7=89=88=E5=95=86=E5=93=81=E9=A1=B5=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend-vue/src/shared/client-changelog.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend-vue/src/shared/client-changelog.ts b/frontend-vue/src/shared/client-changelog.ts index 30db231a..de5466e7 100644 --- a/frontend-vue/src/shared/client-changelog.ts +++ b/frontend-vue/src/shared/client-changelog.ts @@ -24,6 +24,13 @@ export interface ClientChangelogEntry { /** 更新日志数据(新版本在前;发版时在数组最前追加一条) */ export const CLIENT_CHANGELOG: ClientChangelogEntry[] = [ + { + version: '4.0.23', + date: '2026-09-16', + items: [ + '跟价:修复部分店铺所有商品都改价失败的问题(亚马逊新版商品页)', + ], + }, { version: '4.0.22', date: '2026-09-16',