Commit Graph

4 Commits

Author SHA1 Message Date
621a9d3858 refactor(socket): 重构 socket 模块
- 移除 common/data/socket 目录下的大部分文件
- 新增 service 目录,将 Player 和 Conn 结构体移至该目录
- 更新 LogicClient 中的方法签名,使用 service 包的类型
- 重构 Controller 中的方法,适应新的 service 包结构
2025-09-04 02:00:57 +08:00
1
b139f37868 refactor(maphot): 重构地图热度获取逻辑,将数据处理移至space服务 2025-08-16 03:34:04 +00:00
1
92c2d95764 feat(map): 实现地图热度统计功能并优化数据类型 2025-08-16 03:18:48 +00:00
1
99318f6674 refactor(controller): 重构服务模块命名,统一使用小写包名并优化模型结构 2025-07-26 02:06:08 +00:00