update
init
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
// 骑行
|
||||
export const rideCardText = [
|
||||
{
|
||||
text1: '时速',
|
||||
text2: '时长',
|
||||
text3: '消耗',
|
||||
},
|
||||
{
|
||||
text1: '日均时速',
|
||||
text2: '日均时长',
|
||||
text3: '日均消耗',
|
||||
},
|
||||
{
|
||||
text1: '月均时速',
|
||||
text2: '月均时长',
|
||||
text3: '月均消耗',
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user