feat: 支持隐藏后台登录入口按钮

This commit is contained in:
shaw
2025-09-08 12:19:14 +08:00
parent e824858d60
commit f284d5666f
4 changed files with 196 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ export const useSettingsStore = defineStore('settings', () => {
siteName: 'Claude Relay Service',
siteIcon: '',
siteIconData: '',
showAdminButton: true, // 控制管理后台按钮的显示
updatedAt: null
})
@@ -64,6 +65,7 @@ export const useSettingsStore = defineStore('settings', () => {
siteName: 'Claude Relay Service',
siteIcon: '',
siteIconData: '',
showAdminButton: true,
updatedAt: null
}