This commit is contained in:
2025-06-20 17:13:51 +08:00
parent 1b55403cd6
commit fd0345a034
472 changed files with 52560 additions and 77 deletions

17
contrib/files/README.md Normal file
View File

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