图像色调计算

This commit is contained in:
2024-11-14 19:31:59 +08:00
parent 3229e70023
commit f647a04339
4 changed files with 185 additions and 12 deletions

View File

@@ -155,6 +155,11 @@ type ConfigMysql struct {
Password string
}
type Oss struct {
Local bool
}
type Config struct {
Mysql ConfigMysql
Oss
}