Files
bl/common/contrib/files
昔念 937f97fe83 ```
feat(go): 升级 Go 版本至 1.20

统一将所有模块的 Go 版本从 1.18 或 1.19 升级到 1.20,以使用最新的语言特性和性能改进。

feat(service): 新增乱斗服务默认宠物生成逻辑

在 fight 模块中调用新的 MELEEService.Def() 方法来生成初始对战宠物,
并根据配置
2025-12-15 14:26:24 +08:00
..
```
2025-12-15 14:26:24 +08:00
```
2025-12-15 14:26:24 +08:00

文件上传驱动

本地文件上传(local)

配置文件中的配置项示例:

cool:
  file:
    mode: "local"
    domain: "http://127.0.0.1:8002"

驱动引入:

import _ "blazing/contrib/files/local"