init cli center

This commit is contained in:
2025-12-18 01:51:51 +08:00
parent b9624e4f6f
commit 5b610fd600
45 changed files with 14946 additions and 21 deletions

View File

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