部分重构

This commit is contained in:
2026-03-31 20:06:53 +08:00
parent 6d79836682
commit 498cc78dce
43 changed files with 6049 additions and 131 deletions
@@ -5,7 +5,7 @@ import AppToast from '@/components/AppToast.vue'
</script>
<template>
<div class="flex min-h-screen flex-col">
<div class="flex min-h-screen flex-col bg-gray-50 dark:bg-dk-base">
<AppHeader />
<main class="flex-1">
<RouterView />