Commit Graph

7 Commits

Author SHA1 Message Date
0751ae2705 chore: 更新 .gitignore 文件
- 移除 public/ 和 frontend/ 目录的忽略项
- 添加 *.exe 文件的忽略项
2025-08-15 19:25:59 +08:00
2f3ca21165 feat(login): 重构 login 服务启动方式
- 修改 login 服务端口配置,支持动态分配
- 优化 login 服务启动流程,增加信号处理
- 调整 ServerOption 类型,支持 int 类型端口
- 移除 CommendSvrInfo 相关代码,简化结构
- 更新 main 函数,采用新的服务启动方式
2025-07-06 01:49:19 +08:00
7f71bb9b6b chore: 更新 .gitignore 文件
- 新增 public/ 和 frontend/ 目录到忽略列表
2025-07-05 21:05:32 +08:00
6c0768942f Update .gitignore 2025-06-29 01:43:20 +08:00
1
ef65de818b feat(entity): 新增游戏核心实体类(Client/Server/Player)并调整.gitignore 2025-06-22 00:52:02 +00:00
1
ad6e85816a "恢复go.work文件并调整模块引用,清理.gitignore中冗余条目" 2025-06-21 02:04:30 +00:00
fd0345a034 提交 2025-06-20 17:13:51 +08:00