feat:添加链接QR支持,删除无用文件

This commit is contained in:
MatrixSeven
2025-08-05 18:02:00 +08:00
parent 6cc66435f6
commit 3f3b7d8f18
8 changed files with 369 additions and 262 deletions

View File

@@ -31,6 +31,7 @@
"clsx": "^2.1.1",
"lucide-react": "^0.533.0",
"next": "15.4.4",
"qrcode": "^1.5.4",
"react": "19.1.0",
"react-dom": "19.1.0",
"tailwind-merge": "^3.3.1",
@@ -40,6 +41,7 @@
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/qrcode": "^1.5.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",