初始化仓库

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

View File

@@ -0,0 +1,36 @@
{
"categories": [
"高血压",
"糖尿病",
"痛风",
"血脂",
"尿酸"
],
"series": [{
"name": "今周脱落率",
"data": [{
"value": 6,
"color": "#24ABFD"
},
{
"value": 3.2,
"color": "#24ABFD"
},
{
"value": 5.5,
"color": "#24ABFD"
},
{
"value": 8,
"color": "#24ABFD"
},
{
"value": 6,
"color": "#24ABFD"
}
],
"type": "column",
"color": "#24ABFD",
"unit": "%"
}]
}