diff --git a/web/index.html b/web/index.html index 25f096b..ba17d3d 100644 --- a/web/index.html +++ b/web/index.html @@ -1,10 +1,21 @@ - + - + openteam · LLM API 中转站 diff --git a/web/src/components/layout/ShellLayout.vue b/web/src/components/layout/ShellLayout.vue index 7719821..404bc44 100644 --- a/web/src/components/layout/ShellLayout.vue +++ b/web/src/components/layout/ShellLayout.vue @@ -4,6 +4,7 @@ import { useRouter } from 'vue-router' import { PhList } from '@phosphor-icons/vue' import { useAuthStore } from '@/stores/auth' import { fmtMoney } from '@/lib/format' +import ThemeToggle from '@/components/ui/ThemeToggle.vue' interface NavItem { to: string @@ -27,7 +28,7 @@ async function logout() {