添加站点 Logo 配置支持,更新配置结构及 Swagger 文档

This commit is contained in:
2026-01-14 16:46:13 +08:00
parent 79113d5a16
commit f0c8133cb0
6 changed files with 14 additions and 0 deletions

View File

@@ -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 {