feat: implement scan terminal dashboard with real-time opportunity tracking and visualization components

This commit is contained in:
2569718930@qq.com
2026-04-26 00:24:11 +08:00
parent 4410cebce7
commit 3237f95e8c
16 changed files with 2538 additions and 1051 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
"version": "1.5.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"dev": "node scripts/sync-next-server-chunks.mjs --clean-root && next dev",
"build": "next build && node scripts/sync-next-server-chunks.mjs",
"start": "next start",
"lint": "next lint"
},