yumoqing
dedb7bfc57
refactor: foms 改为纯业务模块,应用层迁至纯伞仓 foms_app
foms 只保留业务逻辑:
· foms/ 包(init.py + failover.py 切换编排器)
· models/(5 张表)、json/(CRUD 定义)、wwwroot/api/(端点)
· scripts/(foms-agent 及部署脚本)
· docs/deploy-operations.md
应用层迁出至 foms_app 纯伞仓:
· app/(入口)、build.sh、start/stop.sh、conf/、init/data.yaml
· scripts/init_rbac.py / load_path.py(重写为新 URL 布局)
· wwwroot/index.ui(重写,指向各模块前缀路径)
同时修复 foms/__init__.py:移除对拆分时已删除函数的导出。
2026-08-27 11:07:37 +08:00
..
2026-08-27 11:07:37 +08:00
2026-08-26 18:33:42 +08:00
2026-08-26 18:33:42 +08:00