Files
bl/contrib/files/README.md
2025-06-20 17:13:51 +08:00

17 lines
271 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 文件上传驱动
## 本地文件上传(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"
```