This commit is contained in:
AnotiaWang
2025-02-11 09:00:04 +08:00
commit 2cbd20a1da
29 changed files with 9894 additions and 0 deletions

7
layouts/default.vue Normal file
View File

@ -0,0 +1,7 @@
<template>
<div
class="w-full min-h-screen bg-white dark:bg-[#111729] dark:text-[#e5e7eb] transition-all"
>
<slot />
</div>
</template>