feat: 独立登录页面

This commit is contained in:
2025-02-17 18:54:57 +08:00
parent 2cb9dc10ca
commit 8209a314f2
5 changed files with 658 additions and 35 deletions

9
layouts/authenticate.vue Normal file
View File

@@ -0,0 +1,9 @@
<script lang="ts" setup></script>
<template>
<div>
<slot />
</div>
</template>
<style scoped></style>