添加站点 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

@@ -1086,6 +1086,10 @@
"description": "站点描述",
"type": "string"
},
"logo": {
"description": "站点 Logo URL",
"type": "string"
},
"name": {
"description": "站点名称",
"type": "string"