refactor(logic): 删除战斗系统相关代码

- 移除 battle 目录下的所有文件
- 删除 fight/battle 目录及其内容
- 更新 go.mod 和 go.sum 文件,移除相关依赖
This commit is contained in:
2025-08-25 01:48:42 +08:00
parent 791a052227
commit d7b4fb88c8
18 changed files with 997 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ require github.com/gogf/gf/v2 v2.6.3
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/clbanning/mxj/v2 v2.7.0 // indirect
github.com/creasty/defaults v1.8.0
github.com/fatih/color v1.16.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect