From 6a313602b1cb30b1fe7f537935db414276088f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=94=E5=BF=B5?= <1@72wo.cn> Date: Sat, 21 Jun 2025 10:34:01 +0800 Subject: [PATCH] =?UTF-8?q?docs(README):=20=E6=9B=B4=E6=96=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E4=BB=8B=E7=BB=8D=E5=92=8C=E7=9B=AE=E5=BD=95=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整标题层级,优化文档结构 - 修正项目结构展示的代码块格式 - 精简项目介绍内容,提高可读性 --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d3b1dc607..1442cbd7b 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ -#blazing +# blazing 这是骄阳号开发团队的开源项目,请勿用于商业用途。 -### 项目介绍 -# seer-project +## 项目介绍 + +## seer-project 项目结构: -``` +```text blazing/ ├── server/ 服务端 │ ├── logic/ 逻辑服 @@ -15,11 +16,11 @@ blazing/ └── README.md ``` - -目前仅有Logic服.
+目前仅有Logic服 主类位于 **server -> logic -> src -> main -> go -> LogicServer** 详情查看 [文档](./docs) + - [战斗](./docs/battle.md) - [编解码](./docs/codec.md) - [指令](./docs/command.md)