refactor: 页面重构

This commit is contained in:
Blizzard
2026-03-30 16:26:42 +08:00
parent a269f8893f
commit 8132edf6c1
20 changed files with 6018 additions and 774 deletions
+46 -2
View File
@@ -9,17 +9,20 @@
"version": "0.0.0",
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@lottielab/lottie-player": "^1.1.3",
"@tailwindcss/vite": "^4.2.1",
"axios": "^1.13.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.34.3",
"lottie-react": "^2.4.1",
"lucide-react": "^0.575.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-hook-form": "^7.71.2",
"react-is": "^19.2.4",
"react-router-dom": "^7.13.1",
"recharts": "^3.7.0",
"sonner": "^2.0.7",
@@ -1534,6 +1537,29 @@
"@jridgewell/sourcemap-codec": "^1.4.14"
}
},
"node_modules/@lottielab/lottie-player": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@lottielab/lottie-player/-/lottie-player-1.1.3.tgz",
"integrity": "sha512-3Em6ZwBnIyFsAU3XsJf9GcTwxVz3FQWguxIp99Vs7dCZNelYne3k+PyCkp+3MSJPnk104KRt71SgVJ7cXUUgoA==",
"license": "MIT",
"dependencies": {
"lottie-web": "github:lottielab/lottie-web#c671e8eaefb95099fdb126d2fc68a566327e4354"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
}
}
},
"node_modules/@lottielab/lottie-player/node_modules/lottie-web": {
"version": "5.12.2",
"resolved": "git+ssh://git@github.com/lottielab/lottie-web.git#c671e8eaefb95099fdb126d2fc68a566327e4354",
"integrity": "sha512-h+bTZ3ETXAuqBT/jm3yNW6d8GHg+izWDI7k1UGnxzEG9RK60f2AxQANBgVsB1lpKv2sgYMH73HM5clZeD9UE0Q==",
"license": "MIT"
},
"node_modules/@modelcontextprotocol/sdk": {
"version": "1.27.1",
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.27.1.tgz",
@@ -7440,6 +7466,25 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/lottie-react": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/lottie-react/-/lottie-react-2.4.1.tgz",
"integrity": "sha512-LQrH7jlkigIIv++wIyrOYFLHSKQpEY4zehPicL9bQsrt1rnoKRYCYgpCUe5maqylNtacy58/sQDZTkwMcTRxZw==",
"license": "MIT",
"dependencies": {
"lottie-web": "^5.10.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/lottie-web": {
"version": "5.13.0",
"resolved": "https://registry.npmjs.org/lottie-web/-/lottie-web-5.13.0.tgz",
"integrity": "sha512-+gfBXl6sxXMPe8tKQm7qzLnUy5DUPJPKIyRHwtpCpyUEYjHYRJC/5gjUvdkuO2c3JllrPtHXH5UJJK8LRYl5yQ==",
"license": "MIT"
},
"node_modules/lru-cache": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
@@ -8457,8 +8502,7 @@
"version": "19.2.4",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.4.tgz",
"integrity": "sha512-W+EWGn2v0ApPKgKKCy/7s7WHXkboGcsrXE+2joLyVxkbyVQfO3MUEaUQDHoSmb8TFFrSKYa9mw64WZHNHSDzYA==",
"license": "MIT",
"peer": true
"license": "MIT"
},
"node_modules/react-redux": {
"version": "9.2.0",