图像色调计算
This commit is contained in:
@@ -155,6 +155,11 @@ type ConfigMysql struct {
|
||||
Password string
|
||||
}
|
||||
|
||||
type Oss struct {
|
||||
Local bool
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
Mysql ConfigMysql
|
||||
Oss
|
||||
}
|
||||
|
Reference in New Issue
Block a user