feat(platform): focus vehicle service customer copy
This commit is contained in:
@@ -2351,7 +2351,7 @@ export function Mileage({
|
||||
</Space>
|
||||
<Typography.Title heading={5} style={{ margin: 0 }}>从车辆服务视角安排下一步</Typography.Title>
|
||||
<Typography.Text type="secondary">
|
||||
里程页不再让客户先理解 GB32960、JT808、MQTT 的差异,而是直接给出交付、轨迹回放、历史查询、导出和在线影响的下一步动作。
|
||||
里程页不再让客户先理解不同接入协议的差异,而是直接给出交付、轨迹回放、历史查询、导出和在线影响的下一步动作。
|
||||
</Typography.Text>
|
||||
</div>
|
||||
<div className="vp-mileage-next-grid">
|
||||
@@ -2405,7 +2405,7 @@ export function Mileage({
|
||||
title: '通道一致性',
|
||||
value: sourceConsistencyText,
|
||||
color: summary.sourceCount > 1 ? 'green' as const : 'orange' as const,
|
||||
detail: 'GB32960、JT808、Yutong MQTT 只作为同一车辆服务的数据通道。'
|
||||
detail: '不同接入来源只作为同一车辆服务的数据通道,用来支撑统计可信度。'
|
||||
}
|
||||
].map((item) => (
|
||||
<div key={item.title} className="vp-monitor-metric">
|
||||
|
||||
Reference in New Issue
Block a user