feat(platform): refine vehicle operations language

This commit is contained in:
lingniu
2026-07-05 00:31:58 +08:00
parent 0613fe9f7b
commit 74ccddb1a7
4 changed files with 49 additions and 49 deletions

View File

@@ -30,11 +30,11 @@ const navGroups = [
]
},
{
title: '查询分析',
title: '轨迹与统计',
items: [
{ itemKey: 'history', text: '轨迹回放', icon: <IconMapPin /> },
{ itemKey: 'history-query', text: '历史查询', icon: <IconHistogram /> },
{ itemKey: 'mileage', text: '统计查询', icon: <IconBarChartHStroked /> }
{ itemKey: 'history-query', text: '数据导出', icon: <IconHistogram /> },
{ itemKey: 'mileage', text: '里程统计', icon: <IconBarChartHStroked /> }
]
},
{
@@ -133,7 +133,7 @@ export function AppShell({
<span className="vp-brand-mark" />
<span className="vp-brand-copy">
<span></span>
<span> / </span>
<span> / / </span>
</span>
</div>
<div className="vp-nav-groups">
@@ -180,8 +180,8 @@ export function AppShell({
<Button size="small" aria-label="顶部地图态势" onClick={() => onChange('map')}></Button>
<Button size="small" aria-label="顶部实时监控" onClick={() => onChange('realtime')}></Button>
<Button size="small" aria-label="顶部轨迹回放" onClick={() => onChange('history')}></Button>
<Button size="small" aria-label="顶部历史查询" onClick={() => onChange('history-query')}></Button>
<Button size="small" aria-label="顶部统计查询" onClick={() => onChange('mileage')}></Button>
<Button size="small" aria-label="顶部数据导出" onClick={() => onChange('history-query')}></Button>
<Button size="small" aria-label="顶部里程统计" onClick={() => onChange('mileage')}></Button>
<Button
size="small"
aria-label={`顶部${alertLabel}`}