🎉 项目基础架构完成

This commit is contained in:
li-chx
2025-04-23 17:43:14 +08:00
commit 15c0a1de0e
40 changed files with 2645 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<template>
<div
class="w-screen h-screen bg-white dark:bg-black dark:text-white transition-all"
>
<slot />
</div>
</template>