feat(settings): 添加文档链接配置功能

- 后台系统设置新增文档链接(doc_url)配置项
- 首页顶部导航栏显示文档链接图标(条件渲染)
- Footer区域添加文档链接和GitHub链接
- 支持中英文国际化
This commit is contained in:
shaw
2025-12-24 21:30:19 +08:00
parent e65e9587b4
commit 2e7818d688
10 changed files with 66 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ export interface SystemSettings {
site_subtitle: string;
api_base_url: string;
contact_info: string;
doc_url: string;
// SMTP settings
smtp_host: string;
smtp_port: number;