添加站点 Logo 配置支持,更新配置结构及 Swagger 文档
This commit is contained in:
@@ -19,6 +19,7 @@ type Config struct {
|
||||
type SiteConfig struct {
|
||||
Name string `yaml:"name" json:"name"` // 站点名称
|
||||
Description string `yaml:"description" json:"description"` // 站点描述
|
||||
Logo string `yaml:"logo" json:"logo"` // 站点 Logo URL
|
||||
}
|
||||
|
||||
type SecurityConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user