fix:logo历史列表调整

This commit is contained in:
momo
2023-09-07 16:25:29 +08:00
parent d49e966bf0
commit 751e0e6e6b
9 changed files with 284 additions and 27 deletions

View File

@@ -26,4 +26,19 @@ type Config struct {
SuccessURL string
}
}
AWS struct {
S3 struct {
Credentials struct {
AccessKeyID string
Secret string
Token string
}
}
}
BLMService struct {
Url string
LogoCombine struct {
Url string
}
}
}