feat: v1.2.0 新增网站配置管理功能

新功能:
- 后台管理新增'网站配置'菜单
- 支持配置:网站名称、副标题、备案号、联系邮箱、GitHub、页脚文字
- 前台页面自动读取配置显示
- 页脚支持备案号链接

配置存储在 data/config.json
This commit is contained in:
2026-04-11 02:27:21 +08:00
parent 7a2b1da9ff
commit 74be7688c9
4 changed files with 153 additions and 9 deletions

View File

@@ -189,6 +189,7 @@
"is_open_source": false,
"license": "Proprietary",
"description": "智谱AI大模型中文能力强",
"created_at": "2024-01-01"
"created_at": "2024-01-01",
"visible": true
}
]