feat: add case demo module and streamline Model assets

This commit is contained in:
2026-04-07 01:25:46 +08:00
parent a22bb42bd4
commit 57ba7b5fee
18 changed files with 3569 additions and 43 deletions
+70
View File
@@ -0,0 +1,70 @@
[
{
"name": "常规-起飞巡航",
"figure_ok": true,
"summary_ok": true,
"table_len": 8,
"summary_head": "### 算例结果解读",
"soc_min": 60.0,
"soc_max": 62.05,
"first_row": [
0.0,
1500.0,
0.0,
50.0,
-0.65,
60.0
]
},
{
"name": "高机动-高负载",
"figure_ok": true,
"summary_ok": true,
"table_len": 8,
"summary_head": "### 算例结果解读",
"soc_min": 55.0,
"soc_max": 61.41,
"first_row": [
0.0,
1920.0,
0.0,
80.0,
-30.65,
55.0
]
},
{
"name": "经济巡航-低负载",
"figure_ok": true,
"summary_ok": true,
"table_len": 8,
"summary_head": "### 算例结果解读",
"soc_min": 70.0,
"soc_max": 76.3,
"first_row": [
0.0,
1275.0,
0.0,
40.0,
9.35,
70.0
]
},
{
"name": "边界输入-自动裁剪",
"figure_ok": true,
"summary_ok": true,
"table_len": 8,
"summary_head": "### 算例结果解读",
"soc_min": 10.0,
"soc_max": 26.51,
"first_row": [
0.0,
2400.0,
0.0,
260.0,
-210.65,
10.0
]
}
]