feat: 添加媒体资产文件名支持,优化上传和内容获取逻辑
This commit is contained in:
@@ -2,6 +2,10 @@ package fields
|
||||
|
||||
// TenantConfig 租户配置
|
||||
type TenantConfig struct {
|
||||
Theme string `json:"theme,omitempty"`
|
||||
Features []string `json:"features,omitempty"`
|
||||
Theme string `json:"theme,omitempty"`
|
||||
Features []string `json:"features,omitempty"`
|
||||
Bio string `json:"bio,omitempty"`
|
||||
Avatar string `json:"avatar,omitempty"`
|
||||
Cover string `json:"cover,omitempty"`
|
||||
Description string `json:"description,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user