更新国际化支持:为仪表板各组件添加多语言文本,优化用户体验

This commit is contained in:
jxxghp
2025-04-28 16:57:06 +08:00
parent f3af10e93e
commit 6f78e8196b
13 changed files with 139 additions and 32 deletions

View File

@@ -81,7 +81,7 @@ const dashboardConfigs = ref<DashboardItem[]>([
},
{
id: 'speed',
name: t('dashboard.speed'),
name: t('dashboard.realTimeSpeed'),
key: '',
attrs: {},
cols: { cols: 12, md: 4 },