This commit is contained in:
AnotiaWang
2025-02-11 09:05:47 +08:00
commit 2cbd20a1da
29 changed files with 9894 additions and 0 deletions
+7
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>