feat: 添加用户信息管理功能,更新相关配置和组件
This commit is contained in:
10
src/pages/first.astro
Normal file
10
src/pages/first.astro
Normal 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>
|
||||
Reference in New Issue
Block a user