feat: 实现首次登录功能,添加用户名和密码输入,更新状态管理

This commit is contained in:
2025-12-18 03:47:58 +08:00
parent 6e1ffe173a
commit ca1c3706b2
4 changed files with 60 additions and 23 deletions

View File

@@ -1,8 +1,8 @@
---
import Html from '@/components/html.astro';
import { FirstLogin } from '@/apps/setting/index.tsx';
import { Config } from '@/apps/setting/index.tsx';
---
<Html>
<FirstLogin client:only />
<Config client:only />
</Html>