From ab09cff427e190b660084c8826df29850ad6c55e 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 22:55:31 +0800 Subject: [PATCH] =?UTF-8?q?docs(=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97):=20?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0=E5=AE=A2=E6=88=B7=E7=AB=AF=204.0.26=20?= =?UTF-8?q?=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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend-vue/src/shared/client-changelog.ts b/frontend-vue/src/shared/client-changelog.ts index 3896aec0..b0e0ae3c 100644 --- a/frontend-vue/src/shared/client-changelog.ts +++ b/frontend-vue/src/shared/client-changelog.ts @@ -24,6 +24,15 @@ export interface ClientChangelogEntry { /** 更新日志数据(新版本在前;发版时在数组最前追加一条) */ export const CLIENT_CHANGELOG: ClientChangelogEntry[] = [ + { + version: '4.0.26', + date: '2026-09-16', + items: [ + '跟价:修复「商品多的大店铺只跟了第一页、任务却显示成功」的问题', + '跟价:掉登录后会自动重新登录并接着跑,不再白等十几分钟', + '跟价:任务没跑完时会如实报失败并说明原因,已跟出来的部分结果仍可下载', + ], + }, { version: '4.0.25', date: '2026-09-16',