套餐编码可视化改造

This commit is contained in:
2026-04-08 15:41:32 +08:00
parent 0789462a8d
commit 30af977543
8 changed files with 332 additions and 56 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0 --turbopack",
"dev": "next dev -H 0.0.0.0 -p 3001 --turbopack",
"build": "next build --turbopack",
"lint": "biome check --write"
},