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
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="96px" height="36px" viewBox="0 0 96 36" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 59 (86127) - https://sketch.com -->
<title>白绿渐变</title>
<desc>Created with Sketch.</desc>
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
<stop stop-color="#E6E6E6" offset="0%"></stop>
<stop stop-color="#61B041" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-2">
<stop stop-color="#E6E6E6" offset="0%"></stop>
<stop stop-color="#64BF40" offset="100%"></stop>
</linearGradient>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="车牌" transform="translate(-72.000000, -368.000000)">
<g id="白渐变绿" transform="translate(72.000000, 368.000000)">
<g id="白绿渐变">
<path d="M94,0 C95.1045695,0 96,0.8954305 96,2 L96,34 C96,35.1045695 95.1045695,36 94,36 L2,36 C0.8954305,36 0,35.1045695 0,34 L0,2 C0,0.8954305 0.8954305,0 2,0 L94,0 Z" id="路径" fill="url(#linearGradient-1)" fill-rule="nonzero"></path>
<path d="M91.125,3.25 L4.875,3.25 C3.97140753,3.25 3.25,3.89125114 3.25,4.66666667 L3.25,31.3333333 C3.25,32.1087489 3.97140753,32.75 4.875,32.75 L91.125,32.75 C92.0285925,32.75 92.75,32.1087489 92.75,31.3333333 L92.75,4.66666667 C92.75,3.89125114 92.0285925,3.25 91.125,3.25 Z" id="路径备份" stroke="#010101" stroke-width="0.5" fill="url(#linearGradient-2)" fill-rule="nonzero"></path>
<circle id="椭圆形" fill="#FFFFFF" cx="7" cy="7" r="2"></circle>
<circle id="椭圆形备份-4" fill="#FFFFFF" cx="7" cy="29" r="2"></circle>
<circle id="椭圆形备份-3" fill="#FFFFFF" cx="89" cy="7" r="2"></circle>
<circle id="椭圆形备份-5" fill="#FFFFFF" cx="89" cy="29" r="2"></circle>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB