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 />
|
Reference in New Issue
Block a user