feat(auth): 重构登录页面并添加忘记密码路由

- 重构登录表单 UI,使用 DaisyUI 组件美化界面
- 添加记住我功能和加载状态提示
- 集成 Toast 提示组件用于显示登录结果
- 新增忘记密码页面路由
- 实现全局 Toast 消息提醒功能
- 在根布局中引入 ToastContainer 组件
This commit is contained in:
Chaos
2025-11-23 07:43:23 +08:00
parent 8c041c1740
commit a71622f797
5 changed files with 190 additions and 32 deletions

View File

@@ -0,0 +1,7 @@
<script lang="ts">
</script>
<div class="h-screen w-screen bg-base-300">
123
</div>