Initial commit: restore project after Git corruption

This commit is contained in:
2025-10-21 18:29:15 +08:00
commit 0bb423fcca
112 changed files with 19665 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
import Html from '../components/html.astro';
import { DashboardApp } from '../apps/login/DashboardApp.tsx';
---
<Html>
<head>
<title>仪表板 - Light Code Center</title>
<meta name='description' content='用户仪表板' />
</head>
<body>
<DashboardApp client:only />
</body>
</Html>