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