docs(README): 重构项目结构文档并更新MySQL驱动配置

This commit is contained in:
1
2025-06-21 13:28:16 +00:00
parent 6a313602b1
commit 92eaa52f91
9 changed files with 250 additions and 8 deletions

View File

@@ -0,0 +1,17 @@
# 文件上传驱动
## 本地文件上传(local)
配置文件中的配置项示例
```yaml
cool:
file:
mode: "local"
domain: "http://127.0.0.1:8002"
```
驱动引入
```go
import _ "blazing/contrib/files/local"
```