feat(settings): 添加文档链接配置功能
- 后台系统设置新增文档链接(doc_url)配置项 - 首页顶部导航栏显示文档链接图标(条件渲染) - Footer区域添加文档链接和GitHub链接 - 支持中英文国际化
This commit is contained in:
@@ -2,6 +2,8 @@ export default {
|
||||
// Home Page
|
||||
home: {
|
||||
viewOnGithub: 'View on GitHub',
|
||||
viewDocs: 'View Documentation',
|
||||
docs: 'Docs',
|
||||
switchToLight: 'Switch to Light Mode',
|
||||
switchToDark: 'Switch to Dark Mode',
|
||||
dashboard: 'Dashboard',
|
||||
@@ -1077,6 +1079,8 @@ export default {
|
||||
contactInfo: 'Contact Info',
|
||||
contactInfoPlaceholder: 'e.g., QQ: 123456789',
|
||||
contactInfoHint: 'Customer support contact info, displayed on redeem page, profile, etc.',
|
||||
docUrl: 'Documentation URL',
|
||||
docUrlHint: 'Link to your documentation site. Leave empty to hide the documentation link.',
|
||||
siteLogo: 'Site Logo',
|
||||
uploadImage: 'Upload Image',
|
||||
remove: 'Remove',
|
||||
|
||||
Reference in New Issue
Block a user