fix: 修复前端github项目地址
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
</router-link>
|
||||
|
||||
<a
|
||||
href="https://github.com/fangyuan99/sub2api"
|
||||
href="https://github.com/Wei-Shaw/sub2api"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
@click="closeDropdown"
|
||||
|
||||
@@ -282,7 +282,7 @@ const siteSubtitle = ref('AI API Gateway Platform');
|
||||
const isDark = ref(document.documentElement.classList.contains('dark'));
|
||||
|
||||
// GitHub URL
|
||||
const githubUrl = 'https://github.com/fangyuan99/sub2api';
|
||||
const githubUrl = 'https://github.com/Wei-Shaw/sub2api';
|
||||
|
||||
// Auth state
|
||||
const isAuthenticated = computed(() => authStore.isAuthenticated);
|
||||
|
||||
Reference in New Issue
Block a user