From 90b3b6329fec3205b845198ca6dc539dcde186c8 Mon Sep 17 00:00:00 2001
From: hongjli <3117313295@qq.com>
Date: 星期一, 16 六月 2025 17:12:20 +0800
Subject: [PATCH] 页面调整优化

---
 package.json |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index 5939685..444a50d 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "private": true,
   "scripts": {
     "dev": "next dev -p 80",
-    "build": "next build",
+    "build": "next build --no-lint",
     "start": "next start -p 80",
     "lint": "next lint"
   },
@@ -12,11 +12,15 @@
     "@headlessui/react": "^2.2.1",
     "@types/styled-components": "^5.1.34",
     "axios": "^1.8.4",
+    "echarts": "^5.6.0",
+    "echarts-for-react": "^3.0.2",
     "framer-motion": "^12.6.0",
     "next": "15.2.4",
     "react": "^19.0.0",
     "react-dom": "^19.0.0",
     "react-markdown": "^10.1.0",
+    "rehype-raw": "^7.0.0",
+    "rehype-sanitize": "^6.0.0",
     "remark-gfm": "^4.0.1",
     "styled-components": "^6.1.16",
     "zustand": "^5.0.3"
@@ -24,6 +28,7 @@
   "devDependencies": {
     "@eslint/eslintrc": "^3",
     "@tailwindcss/postcss": "^4",
+    "@tailwindcss/typography": "^0.5.16",
     "@types/node": "^20",
     "@types/react": "^19",
     "@types/react-dom": "^19",

--
Gitblit v1.9.3