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',