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:
@@ -29,6 +29,7 @@ export interface versionResponse{
|
||||
releaseDate: string;
|
||||
upgradePosition: string;
|
||||
coreUpgrades: string[];
|
||||
codeName: string;
|
||||
};
|
||||
}
|
||||
// 首页数据统计
|
||||
|
||||
Reference in New Issue
Block a user