feat: 添加用户信息管理功能,更新相关配置和组件

This commit is contained in:
2025-12-25 17:28:40 +08:00
parent 8a5e707fd8
commit 3654746f6a
8 changed files with 307 additions and 10 deletions

10
src/pages/first.astro Normal file
View File

@@ -0,0 +1,10 @@
---
import Html from '@/components/html.astro';
import { AppProvider } from '@/apps/config/firstLogin';
---
<Html title='可视化平台'>
<main>
<AppProvider client:only />
</main>
</Html>