This commit is contained in:
2025-12-01 02:19:44 +08:00
parent 84775dd878
commit a51a366f00
21 changed files with 2628 additions and 229 deletions

View File

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