From 5079842b9b3a550b9787efb5c7f2d655ab66468f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E5=8F=8A?= <522caiji@gmail.com> Date: Mon, 7 Sep 2026 22:22:40 +0800 Subject: [PATCH] fix: drop the System page version-history hint The accordion already opens one release at a time. The extra sentence was instructional copy, not a setting, so remove it from the page. --- CHANGELOG.md | 4 ++++ frontend/src/components/VersionHistory.tsx | 1 - frontend/src/i18n/messages.ts | 2 -- .../{TrafficChart-BSc4ZdP0.js => TrafficChart-BwY9rOP5.js} | 2 +- .../static/assets/{index-G-2PWNMk.js => index-D0TAlF-H.js} | 4 ++-- internal/webui/static/index.html | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) rename internal/webui/static/assets/{TrafficChart-BSc4ZdP0.js => TrafficChart-BwY9rOP5.js} (99%) rename internal/webui/static/assets/{index-G-2PWNMk.js => index-D0TAlF-H.js} (82%) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd217ed..bb88642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,12 @@ Write each change in both `### English` and `### 中文` under `## Unreleased`. ### English +- Drop the System page version-history hint; the list already opens one release at a time + ### 中文 +- 系统页历史版本不再显示「一次只展开一条」的说明,列表本身就是一次只开一个版本 + ## 0.3.2 - 2026-09-07 ### English diff --git a/frontend/src/components/VersionHistory.tsx b/frontend/src/components/VersionHistory.tsx index 1e83363..ad2cc00 100644 --- a/frontend/src/components/VersionHistory.tsx +++ b/frontend/src/components/VersionHistory.tsx @@ -42,7 +42,6 @@ export function VersionHistory({
{t('versionHistory')}
-{t('versionHistoryHint')}