feat(web): components update

This commit is contained in:
zhaoying
2026-03-07 12:18:11 +08:00
parent 4c18f9e858
commit 0b3b241436
44 changed files with 1881 additions and 345 deletions

View File

@@ -21,7 +21,6 @@ import { useTranslation } from 'react-i18next';
import { lightTheme } from './styles/antdThemeConfig.ts'
import router from './routes';
import { useI18n } from '@/store/locale'
import LayoutBg from '@/components/Layout/LayoutBg'
import dayjs from 'dayjs'
import 'dayjs/locale/en'
import 'dayjs/locale/zh-cn'
@@ -61,7 +60,6 @@ function App() {
theme={lightTheme}
>
<AntdApp>
<LayoutBg />
<Suspense fallback={<Spin fullscreen></Spin>}>
<RouterProvider
router={router}