图像色调计算

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

@@ -247,6 +247,9 @@ func main() {
UserName: config.GetString("mysql.user"),
Password: config.GetString("mysql.password"),
},
Oss: api.Oss{
Local: config.GetBool("oss.local"),
},
})
if err != nil {
log.Fatalf("failed to create new schema, error: %v", err)