初始化仓库

This commit is contained in:
tao
2025-12-18 14:11:48 +08:00
parent e96f277a68
commit 54ec472bd4
1107 changed files with 158756 additions and 0 deletions

80
static/json/sport/1.json Normal file
View File

@@ -0,0 +1,80 @@
{
"series": [{
"name": "激活放松",
"color": "#FDEC9F",
"data": [
["17:24", 75],
["17:26", 83],
["17:28", 88],
["17:30", 92]
]
},
{
"name": "动态热身",
"color": "#FBCD2B",
"data": [
["17:30", 92],
["17:32", 96],
["17:34", 94],
["17:36", 93.5],
["17:38", 94.6],
["17:40", 98]
]
},
{
"name": "糖分消耗",
"color": "#FC9E83",
"data": [
["17:40", 98],
["17:42", 100],
["17:44", 104],
["17:46", 113],
["17:48", 142]
]
},
{
"name": "脂肪燃烧",
"color": "#EF6DCF",
"data": [
["17:48", 142],
["17:50", 130],
["17:52", 134],
["17:54", 150],
["17:56", 148],
["17:58", 142],
["18:00", 132],
["18:02", 136],
["18:04", 136.5]
]
},
{
"name": "心肺训练",
"color": "#BC38E5",
"data": [
["18:04", 136.5],
["18:06", 140],
["18:08", 135],
["18:10", 130],
["18:12", 124],
["18:14", 120],
["18:16", 118],
["18:18", 116.5],
["18:20", 112]
]
}, {
"name": "极限锻炼",
"color": "#8908FA",
"data": [
["18:20", 112],
["18:22", 123],
["18:24", 130],
["18:26", 138],
["18:28", 116],
["18:30", 123],
["18:32", 128],
["18:34", 126],
["18:36", 137]
]
}
]
}

38
static/json/sport/2.json Normal file
View File

@@ -0,0 +1,38 @@
{
"series": [
{
"data": [
{
"name": "激活放松",
"value": 5,
"color": "#FDEC9F"
},
{
"name": "动态热身",
"value": 13,
"color": "#FBCD2B"
},
{
"name": "糖分消耗",
"value": 8,
"color": "#FC9E83"
},
{
"name": "脂肪燃烧",
"value": 24,
"color": "#EF6DCF"
},
{
"name": "心肺训练",
"value": 7,
"color": "#BC38E5"
},
{
"name": "极限锻炼",
"value": 16,
"color": "#8908FA"
}
]
}
]
}

22
static/json/sport/3.json Normal file
View File

@@ -0,0 +1,22 @@
{
"categories": [
"1",
"2",
"3",
"4",
"5"
],
"series": [
{
"name": "公里配速",
"data": [
5.09,
6.18,
6.38,
7.15,
9.05
],
"color":"#FFD597"
}
]
}

174
static/json/sport/4.json Normal file
View File

@@ -0,0 +1,174 @@
{
"series": [
{
"name": "速度",
"color": "#1C9862",
"index":0,
"data": [
[
"17:24",
0
],
[
"17:26",
1
],
[
"17:28",
1.2
],
[
"17:30",
1.6
],
[
"17:32",
1.8
],
[
"17:34",
2
],
[
"17:36",
4
],
[
"17:38",
6.5
],
[
"17:40",
10
],
[
"17:42",
13.4
],
[
"17:44",
13
],
[
"17:46",
12.6
],
[
"17:48",
12.2
],
[
"17:50",
14
],
[
"17:52",
16.8
],
[
"17:54",
20
],
[
"17:56",
25
],
[
"17:58",
23
],
[
"18:00",
16
]
]
},
{
"name": "心率",
"index":1,
"color": "#FBCD2B",
"data": [
[
"17:24",
72
],
[
"17:26",
73
],
[
"17:28",
73.5
],
[
"17:30",
74
],
[
"17:32",
76.5
],
[
"17:34",
78
],
[
"17:36",
80
],
[
"17:38",
76.3
],
[
"17:40",
75
],
[
"17:42",
86
],
[
"17:44",
84
],
[
"17:46",
90
],
[
"17:48",
100
],
[
"17:50",
112
],
[
"17:52",
125
],
[
"17:54",
117
],
[
"17:56",
110
],
[
"17:58",
108
],
[
"18:00",
104
]
]
}
],
"yAxis":[
{"calibration":true,"position":"left","title":"","titleFontSize":12,"unit":"","tofix":0,"min":0,"max":25,"disableGrid":true},
{"calibration":true,"position":"right","title":"","titleFontSize":12,"unit":"","tofix":0,"min":0,"disableGrid":true}
]
}