This commit is contained in:
2026-01-06 03:35:51 +08:00
parent b938ec2c86
commit 52c526d072
28 changed files with 2388 additions and 52 deletions

10
src/pages/xhs-users.astro Normal file
View File

@@ -0,0 +1,10 @@
---
import Html from '@/components/html.astro';
import { AppProvider } from '@/apps/xhs-users';
---
<Html title='Light Code'>
<main>
<AppProvider client:only />
</main>
</Html>