This commit is contained in:
2025-12-27 10:20:06 +08:00
parent ad2d73a61b
commit 3ca2820516
10 changed files with 1448 additions and 45 deletions

8
web/src/pages/cv.astro Normal file
View File

@@ -0,0 +1,8 @@
---
import Html from '@/components/html.astro';
import { AppProvider } from '@/apps/cv/index.tsx';
---
<Html title='简历'>
<AppProvider client:only></AppProvider>
</Html>