temp
This commit is contained in:
8
libs/registry/src/pages/index.astro
Normal file
8
libs/registry/src/pages/index.astro
Normal 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 />
|
10
libs/registry/src/pages/shadcn/index.mdx
Normal file
10
libs/registry/src/pages/shadcn/index.mdx
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
---
|
||||
|
||||
# Download shadcn
|
||||
|
||||
```sh
|
||||
|
||||
pnpm dlx shadcn@latest add http://localhost:4321/r/basename.json
|
||||
|
||||
```
|
Reference in New Issue
Block a user