From 43980ae43c3f184fcf9a6cc6b7508ddfb60a3a6b Mon Sep 17 00:00:00 2001 From: abearxiong Date: Sat, 24 May 2025 01:49:20 +0800 Subject: [PATCH] feat: update --- libs/registry/registry/{ => components/b}/button/button.tsx | 0 libs/registry/registry/{ => components/b}/card/card.tsx | 0 libs/registry/registry/{ => components/b}/i18n/index.tsx | 0 .../registry/registry/{ => components/b}/render/ReactRender.tsx | 0 libs/registry/registry/{tw => styles}/theme.css | 0 libs/registry/src/modules/demo/ShowLogin.tsx | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) rename libs/registry/registry/{ => components/b}/button/button.tsx (100%) rename libs/registry/registry/{ => components/b}/card/card.tsx (100%) rename libs/registry/registry/{ => components/b}/i18n/index.tsx (100%) rename libs/registry/registry/{ => components/b}/render/ReactRender.tsx (100%) rename libs/registry/registry/{tw => styles}/theme.css (100%) diff --git a/libs/registry/registry/button/button.tsx b/libs/registry/registry/components/b/button/button.tsx similarity index 100% rename from libs/registry/registry/button/button.tsx rename to libs/registry/registry/components/b/button/button.tsx diff --git a/libs/registry/registry/card/card.tsx b/libs/registry/registry/components/b/card/card.tsx similarity index 100% rename from libs/registry/registry/card/card.tsx rename to libs/registry/registry/components/b/card/card.tsx diff --git a/libs/registry/registry/i18n/index.tsx b/libs/registry/registry/components/b/i18n/index.tsx similarity index 100% rename from libs/registry/registry/i18n/index.tsx rename to libs/registry/registry/components/b/i18n/index.tsx diff --git a/libs/registry/registry/render/ReactRender.tsx b/libs/registry/registry/components/b/render/ReactRender.tsx similarity index 100% rename from libs/registry/registry/render/ReactRender.tsx rename to libs/registry/registry/components/b/render/ReactRender.tsx diff --git a/libs/registry/registry/tw/theme.css b/libs/registry/registry/styles/theme.css similarity index 100% rename from libs/registry/registry/tw/theme.css rename to libs/registry/registry/styles/theme.css diff --git a/libs/registry/src/modules/demo/ShowLogin.tsx b/libs/registry/src/modules/demo/ShowLogin.tsx index 1fbade9..ec4ead9 100644 --- a/libs/registry/src/modules/demo/ShowLogin.tsx +++ b/libs/registry/src/modules/demo/ShowLogin.tsx @@ -1,6 +1,6 @@ import { toastLogin } from '@/registry/modules/toast/ToastLogin'; import { ToastProvider } from '@/registry/modules/toast/Provider'; -import { Button } from '@/registry/button/button'; +import { Button } from '@/registry/components/b/button/button'; import { useTranslation } from 'react-i18next'; import '@/registry/astro/i18n'; // 初始化i18n