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,26 @@
<?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">
<title>蓝白渐变</title>
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
<stop stop-color="#E6E6E6" offset="0%"></stop>
<stop stop-color="#2997D3" 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="#2997D3" offset="100%"></stop>
</linearGradient>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-198.000000, -181.000000)">
<g id="蓝白渐变" transform="translate(198.000000, 181.000000)">
<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 C91.5773827,3.25 91.9879324,3.4111838 92.2847343,3.67500769 C92.5702454,3.92879536 92.75,4.27848825 92.75,4.66666667 L92.75,4.66666667 L92.75,31.3333333 C92.75,31.7215117 92.5702454,32.0712046 92.2847343,32.3249923 C91.9879324,32.5888162 91.5773827,32.75 91.125,32.75 L91.125,32.75 L4.875,32.75 C4.42261728,32.75 4.01206762,32.5888162 3.71526574,32.3249923 C3.42975462,32.0712046 3.25,31.7215117 3.25,31.3333333 L3.25,31.3333333 L3.25,4.66666667 C3.25,4.27848825 3.42975462,3.92879536 3.71526574,3.67500769 C4.01206762,3.4111838 4.42261728,3.25 4.875,3.25 L4.875,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>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB