This commit is contained in:
2025-05-10 03:49:47 +08:00
parent 1d10cf5888
commit b4c367b799
59 changed files with 61142 additions and 2384 deletions

View File

@@ -0,0 +1,8 @@
---
import '../styles/global.css';
import '@/registry/astro/i18n'; // 初始化i18n
import { ShowLogin } from '@/modules/demo/ShowLogin';
---
<h1 class='text-4xl'>Registry</h1>
<ShowLogin client:load />

View File

@@ -0,0 +1,10 @@
---
---
# Download shadcn
```sh
pnpm dlx shadcn@latest add http://localhost:4321/r/basename.json
```