洪圣文你是大傻逼

This commit is contained in:
2026-04-15 11:48:33 +08:00
parent 4f9124d56a
commit a9432d4534
12 changed files with 445 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ CN_Tool 是一个基于 Spring Boot 的多模块后端聚合工程,当前仓
- 系统字典、日志、系统配置、注册资源管理
- WebSocket / Netty 通信基础设施
- 激活码与许可证能力
- 波形文本解析与查看数据组装能力
## 当前真实模块
@@ -17,9 +18,10 @@ CN_Tool 是一个基于 Spring Boot 的多模块后端聚合工程,当前仓
- `detection`
- `tools`
其中 `tools` 当前仅保留
其中 `tools` 当前包含
- `activate-tool`
- `wave-tool`
## 启动入口
@@ -27,7 +29,7 @@ CN_Tool 是一个基于 Spring Boot 的多模块后端聚合工程,当前仓
- `entrance/src/main/java/com/njcn/gather/EntranceApplication.java`
`entrance` 模块聚合了 `system``user``detection``activate-tool`,是当前运行时主入口。
`entrance` 模块聚合了 `system``user``detection``activate-tool``wave-tool`,是当前运行时主入口。
## 技术基线
@@ -72,6 +74,8 @@ P0 已补齐基线文档,建议按以下顺序阅读:
- 当前以通信基础设施为主,包含 WebSocket / Netty 相关组件
- `tools/activate-tool`
- 负责激活码生成、激活码验证、许可证读取等能力
- `tools/wave-tool`
- 负责波形文本解析与查看数据组装能力
## 文档使用规则