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')}