perf for size

This commit is contained in:
2025-05-21 18:21:52 +08:00
parent 1b4bad6d2e
commit 85fd48f403
24 changed files with 84 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ import { useShallow } from 'zustand/react/shallow';
import { isObjectNull } from '@/utils/is-null';
import { useLayoutStore } from '@/modules/layout/store';
import UploadOutlined from '@ant-design/icons/UploadOutlined';
import PandaPNG from '@/assets/panda.png';
import { PandaPNG } from '@/assets/index.tsx';
import { FileUpload } from '../module/FileUpload';
import { useTranslation } from 'react-i18next';
import { Edit, UserCog } from 'lucide-react';