Files
hpd840321 7b2bd307f1 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.
2026-05-09 09:56:45 +08:00

12 lines
510 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# alarm-front — 报警管理前端 反编译产物
此目录包含 alarm-front 的反编译输出:解包的 JS 模块、格式化后的源码、以及对外接口 API 与路由信息。
结构概览:
- src/:反编译后前端逻辑源码(已格式化)
- static/:静态资源(CSS、图片、字体、媒体等)
- api-calls.json/mdAPI 调用清单
- router-tree.json/md:路由树
构建/验证:请使用原始 alarm-front 构建流程,与 cwos-portal 等其他前端保持一致。