feat: 大部分注册登录功能

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-24 18:02:42 +08:00
parent 5ab74ad9dd
commit 5294528148
23 changed files with 858 additions and 167 deletions
+5
View File
@@ -0,0 +1,5 @@
<template>
<div>
<slot />
</div>
</template>
+5
View File
@@ -0,0 +1,5 @@
<template>
<main class="min-h-dvh w-full flex items-center justify-center p-6">
<slot />
</main>
</template>