feat(system-ops): 新增系统运维模块及稳态数据视图优化
- 添加 system-ops 模块及其子模块 dbms 和 deploy - 实现数据库监控和系统部署的基础接口和服务 - 更新项目依赖配置和文档说明 - 优化稳态数据视图中线电压相位显示逻辑 - 完善线电压指标的相位解析和测试验证
This commit is contained in:
14
system-ops/deploy/README.md
Normal file
14
system-ops/deploy/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# deploy 模块说明
|
||||
|
||||
## 模块定位
|
||||
|
||||
`deploy` 是 `system-ops` 下的系统部署模块,当前先提供系统部署菜单对应的后端基础入口。
|
||||
|
||||
## 当前接口
|
||||
|
||||
- `GET /deploy/overview`
|
||||
- 查询系统部署基础信息。
|
||||
|
||||
## 当前限制
|
||||
|
||||
- 当前只完成后端基础入口,不包含真实部署包、环境、执行记录或部署执行逻辑。
|
||||
Reference in New Issue
Block a user