docs: remove decompilation-centric wording; rename *-decompiled-reactor to *-reactor

- Neutral titles (starRiverProperty); 源码归档 wording; paths unchanged
- Parent artifactIds: cloudwalk-cloud-reactor, cw-elevator-application-reactor, etc.
- cw.elevator.v1.lib.dir and deploy script use repo-relative paths
- package-info and module descriptions cleaned

Made-with: Cursor
This commit is contained in:
反编译工作区
2026-04-24 10:48:31 +08:00
parent e2ac14719b
commit 717b9a9240
24 changed files with 49 additions and 51 deletions
@@ -23,10 +23,8 @@ import zipfile
from pathlib import Path
DEFAULT_LIB = Path(
"/media/zebra/9e8fa357-7db6-4d70-88ed-d5de5a059a663/星河湾星中星/反编译"
"/cw-elevator-application-V1.0.0.20211103/lib"
)
# 仓库根目录 = 本文件所在 docs/operations/ 的上两级
DEFAULT_LIB = Path(__file__).resolve().parent.parent.parent / "cw-elevator-application-V1.0.0.20211103" / "lib"
RELEASES_URL = "http://192.168.3.12:8081/repository/maven-releases/"
SNAPSHOTS_URL = "http://192.168.3.12:8081/repository/maven-snapshots/"
RELEASES_ID = "nexus-releases"