feat: 实现首次登录功能,添加用户名和密码输入,更新状态管理
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user