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:
@@ -17,6 +17,11 @@ export const en = {
|
||||
spaceTitle:'Memory Bear Intelligent Space Management Platform',
|
||||
spaceSubTitle: 'Making it easier to implement intelligent models - a one-stop platform for model management, knowledge building, workflow orchestration, and spatial operations',
|
||||
},
|
||||
version:{
|
||||
releaseDate: 'Release Date',
|
||||
version: 'Version',
|
||||
name: 'Code Name'
|
||||
},
|
||||
quickActions:{
|
||||
title: 'Quick Actions',
|
||||
spaceManagement: 'Space Management',
|
||||
|
||||
Reference in New Issue
Block a user