超管后台 - 将整个前端部分页面处理id的方式,由使用 params.id 的方式全部迁移到 React.use(params) 这种方式

This commit is contained in:
柳清爽
2025-04-22 18:23:58 +08:00
parent c18a81e22d
commit 793ee5cb4f
7 changed files with 477 additions and 422 deletions

View File

@@ -45,7 +45,7 @@
"embla-carousel-react": "8.5.1",
"input-otp": "1.4.1",
"lucide-react": "^0.454.0",
"next": "15.2.4",
"next": "^15.3.1",
"next-themes": "^0.4.4",
"react": "^19",
"react-day-picker": "8.10.1",
@@ -67,4 +67,4 @@
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}
}