Initial commit: reorganized source tree

- backend/: 13 Maven modules (cw-elevator-application, cloudwalk-cloud, intelligent-cwoscomponent, ninca-crk, etc.)
- frontend/: 4 Vue projects (elevator-front, cwos-portal, alarm-front, front_acs) + decompiled + scripts
- scripts/: build, test-env, tools (Docker Compose, service templates, API parity)
- docs/: AGENTS.md, superpowers specs, architecture docs
- .gitignore: standard Java/Maven exclusions

Moved from legacy maven-*/ root layout to backend/ organized structure.
This commit is contained in:
hpd840321
2026-05-09 09:00:12 +08:00
commit 7b2bd307f1
7260 changed files with 612980 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# alarm-front — 报警管理前端 反编译产物
此目录包含 alarm-front 的反编译输出:解包的 JS 模块、格式化后的源码、以及对外接口 API 与路由信息。
结构概览:
- src/:反编译后前端逻辑源码(已格式化)
- static/:静态资源(CSS、图片、字体、媒体等)
- api-calls.json/mdAPI 调用清单
- router-tree.json/md:路由树
构建/验证:请使用原始 alarm-front 构建流程,与 cwos-portal 等其他前端保持一致。