This commit is contained in:
2025-11-24 13:49:36 +08:00
parent 21b56d0948
commit 8b9fdb706f
43 changed files with 8123 additions and 622 deletions

View File

@@ -0,0 +1,10 @@
---
import { AppProvider } from '@/apps/today';
import Html from '@/components/html.astro';
---
<Html title="Daily" description="Daily Question App">
<main>
<AppProvider client:only />
</main>
</Html>