From 367b4b75531fe72d79098e39257256a1cb962be2 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 16:03:42 +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.24=20=E6=9D=A1=E7=9B=AE=EF=BC=88=E8=B7=9F?= =?UTF-8?q?=E4=BB=B7=E6=94=B9=E7=89=88=E4=B8=BA=E8=A1=8C=E5=86=85=E8=BE=93?= =?UTF-8?q?=E5=85=A5+=E5=BA=95=E9=83=A8=E3=80=8C=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E3=80=8D=E6=8F=90=E4=BA=A4=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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend-vue/src/shared/client-changelog.ts b/frontend-vue/src/shared/client-changelog.ts index de5466e7..19f53bea 100644 --- a/frontend-vue/src/shared/client-changelog.ts +++ b/frontend-vue/src/shared/client-changelog.ts @@ -24,6 +24,14 @@ export interface ClientChangelogEntry { /** 更新日志数据(新版本在前;发版时在数组最前追加一条) */ export const CLIENT_CHANGELOG: ClientChangelogEntry[] = [ + { + version: '4.0.24', + date: '2026-09-16', + items: [ + '跟价:新版商品页改价改为在商品列表直接改、点底部「全部保存」提交', + '改价提交后亚马逊后台约 15 分钟才显示新价格,属正常现象', + ], + }, { version: '4.0.23', date: '2026-09-16',