docs(README): 更新项目介绍和目录结构

- 新增项目介绍和目录结构说明
- 添加 Logic 服务的主类位置信息
- 补充文档链接和相关内容
This commit is contained in:
2025-06-21 10:29:20 +08:00
parent fd36156669
commit 9dc03542e4
7 changed files with 92 additions and 15 deletions

View File

@@ -1,3 +1,27 @@
#blazing
这是骄阳号开发团队的开源项目请勿用于商业用途
这是骄阳号开发团队的开源项目请勿用于商业用途
### 项目介绍
# seer-project
项目结构:
```
blazing/
├── server/ 服务端
│ ├── logic/ 逻辑服
│ └── login/ 登录服
└── README.md
```
目前仅有Logic服. <br/>
主类位于 **server -> logic -> src -> main -> go -> LogicServer**
详情查看 [文档](./docs)
- [战斗](./docs/battle.md)
- [编解码](./docs/codec.md)
- [指令](./docs/command.md)
- [系统属性](./docs/properties.md)
- [登录](./docs/login.md)