From ac9716ffdcec91f2a2ebae962df3136cb97bb6ff Mon Sep 17 00:00:00 2001 From: huangzhenpc Date: Sat, 21 Mar 2026 20:36:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(brand):=20KeyUsageView=20Sub2API=E2=86=92St?= =?UTF-8?q?arFireAPI=20=E5=8F=8A=20GitHub=20=E9=93=BE=E6=8E=A5=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/KeyUsageView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/KeyUsageView.vue b/frontend/src/views/KeyUsageView.vue index 755f1966..301abd2b 100644 --- a/frontend/src/views/KeyUsageView.vue +++ b/frontend/src/views/KeyUsageView.vue @@ -369,10 +369,10 @@ const appStore = useAppStore() // ==================== 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 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) ====================