This commit is contained in:
2025-05-10 14:29:36 +08:00
parent b4c367b799
commit bb7ee2d2a5
15 changed files with 367 additions and 1150 deletions

View File

@@ -1,8 +1,10 @@
---
import '../styles/global.css';
import '@/registry/astro/i18n'; // 初始化i18n
import { ShowLogin } from '@/modules/demo/ShowLogin';
const url = new URL(Astro.request.url);
---
<h1 class='text-4xl'>Registry</h1>
<ShowLogin client:load />
<ShowLogin client:only="react" />