chore: 以本地为准,上传全部并替换 GitHub

This commit is contained in:
卡若
2026-02-03 11:36:53 +08:00
parent 1219166526
commit b404bf546e
131 changed files with 37618 additions and 3930 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"dev": "next dev -p 3117",
"lint": "next lint",
"start": "next start"
},
@@ -12,6 +12,7 @@
"@ai-sdk/openai": "2.0.32",
"@ant-design/plots": "2.6.4",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
@@ -42,7 +43,8 @@
"dom-to-image": "2.6.0",
"html-to-image": "1.11.13",
"lucide-react": "^0.323.0",
"next": "14.2.35",
"mongodb": "^7.0.0",
"next": "14.2.16",
"next-themes": "0.4.6",
"react": "^18",
"react-day-picker": "^8.10.0",