init
This commit is contained in:
2025-06-27 17:42:38 +08:00
commit bd6402478b
5317 changed files with 785994 additions and 0 deletions
@@ -0,0 +1,18 @@
// 骑行
export const rideCardText = [
{
text1: '时速',
text2: '时长',
text3: '消耗',
},
{
text1: '日均时速',
text2: '日均时长',
text3: '日均消耗',
},
{
text1: '月均时速',
text2: '月均时长',
text3: '月均消耗',
},
];