功能: 完善风电功率方案计算

- 新增计算方案保存与方案二筛选参数
- 支持方案二桨角规则和有效数据导出
- 优化功率曲线绘制和设计功率展示
This commit is contained in:
cloud
2026-07-17 16:01:58 +08:00
parent 3cb7684039
commit d5d381759e
23 changed files with 918 additions and 50 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
{
"listeners": [
{
"address": "0.0.0.0",
"port": 8848,
"address": "127.0.0.1",
"port": 8080,
"https": false
}
],
@@ -29,8 +29,8 @@
"enabled": true,
"allow_origins": [
"http://localhost:5173",
"http://localhost:8848",
"http://127.0.0.1:8848"
"http://localhost:8080",
"http://127.0.0.1:8080"
],
"allow_methods": [
"GET",