完善概览页,实现公告查询展示,引入 recharts 展示取用数据

This commit is contained in:
2025-05-07 16:48:51 +08:00
parent 2be7406d04
commit fbc6478496
14 changed files with 850 additions and 173 deletions

View File

@@ -25,10 +25,8 @@
"canvas": "^3.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.479.0",
"motion": "^12.5.0",
"next": "15.2.4",
"next-themes": "^0.4.6",
"qrcode": "^1.5.4",
@@ -36,6 +34,7 @@
"react-day-picker": "8.10.1",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"recharts": "^2.15.3",
"sonner": "^2.0.1",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
@@ -62,6 +61,9 @@
"onlyBuiltDependencies": [
"canvas",
"sharp"
]
],
"overrides": {
"react-is": "19.0.0-rc.1"
}
}
}
}