0.3.5 共享功能修复

This commit is contained in:
liaibo
2026-01-24 12:32:51 +08:00
parent 25923f308c
commit 3c3f407f4b
44 changed files with 3754 additions and 420 deletions
+3 -1
View File
@@ -5,7 +5,8 @@
"scripts": {
"dev": "node scripts/dev-server.js",
"build": "next build",
"start": "next start",
"start": "node scripts/prod-server.js",
"start:next": "next start",
"lint": "eslint",
"test": "vitest"
},
@@ -45,6 +46,7 @@
"jszip": "3.10.1",
"lucide-react": "^0.554.0",
"next": "16.0.3",
"pdfjs-dist": "^4.10.38",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-dropzone": "^14.3.8",