diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 4236a60..35e118d 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -1,103 +1,52 @@
import { useMyState } from '@/common';
-import {
- BuildOutlined,
- ImportOutlined,
- TeamOutlined,
-} from '@ant-design/icons';
-import QuickActionCard from './components/QuickActionCard';
+import QuickActionsGrid from './components/QuickActionsGrid';
+import StatisticsPlaceholder from './components/StatisticsPlaceholder';
export default function Index() {
const { snap } = useMyState();
const username = snap.session?.user?.username || '用户';
- const quickActions = [
- {
- icon:
- 这里是您的快捷工作台,点击下方卡片快速开始常用操作 -
-+ 这里是您的快捷工作台,点击下方卡片快速开始常用操作 +