Files
xj-admin/mobile/src/views/motion-data/ride-statistics/hooks.ts
T
2025-06-27 17:42:38 +08:00

19 lines
343 B
TypeScript

// 骑行
export const rideCardText = [
{
text1: '时速',
text2: '时长',
text3: '消耗',
},
{
text1: '日均时速',
text2: '日均时长',
text3: '日均消耗',
},
{
text1: '月均时速',
text2: '月均时长',
text3: '月均消耗',
},
];