feat(version-card): add code name field and enhance version display

- Add codeName field to versionResponse interface in API types
- Add version section translations for English and Chinese locales
* releaseDate, version, and name labels
- Enhance VersionCard component layout and styling
* Display release date and code name in horizontal layout with divider
* Add numbered list formatting for core upgrades
* Improve text sizing and spacing for better readability
* Import Divider component from antd for visual separation
- Improve version information presentation with better structure and localization support
This commit is contained in:
yujiangping
2026-01-13 19:23:11 +08:00
parent e0ca2f5725
commit 99790551f9
4 changed files with 32 additions and 19 deletions

View File

@@ -29,6 +29,7 @@ export interface versionResponse{
releaseDate: string;
upgradePosition: string;
coreUpgrades: string[];
codeName: string;
};
}
// 首页数据统计