fix(brand): KeyUsageView Sub2API→StarFireAPI 及 GitHub 链接修正
This commit is contained in:
@@ -369,10 +369,10 @@ const appStore = useAppStore()
|
|||||||
|
|
||||||
// ==================== Site Settings (same as HomeView) ====================
|
// ==================== Site Settings (same as HomeView) ====================
|
||||||
|
|
||||||
const siteName = computed(() => appStore.cachedPublicSettings?.site_name || appStore.siteName || 'Sub2API')
|
const siteName = computed(() => appStore.cachedPublicSettings?.site_name || appStore.siteName || 'StarFireAPI')
|
||||||
const siteLogo = computed(() => appStore.cachedPublicSettings?.site_logo || appStore.siteLogo || '')
|
const siteLogo = computed(() => appStore.cachedPublicSettings?.site_logo || appStore.siteLogo || '')
|
||||||
const docUrl = computed(() => appStore.cachedPublicSettings?.doc_url || appStore.docUrl || '')
|
const docUrl = computed(() => appStore.cachedPublicSettings?.doc_url || appStore.docUrl || '')
|
||||||
const githubUrl = 'https://github.com/Wei-Shaw/sub2api'
|
const githubUrl = 'https://anthropic.edu.pl'
|
||||||
|
|
||||||
// ==================== Theme (same as HomeView) ====================
|
// ==================== Theme (same as HomeView) ====================
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user