Skip to content

Commit 33c765a

Browse files
authored
chore: 移除已废弃的 InteractiveModel 及相关资源依赖 (#24)
## Summary by Sourcery 移除已弃用的 InteractiveModel 组件及其相关的 3D 后期处理依赖。 改进: - 从 `package.json` 中清理未使用的 3D 渲染和后期处理依赖。 维护: - 删除已弃用的 InteractiveModel 组件以及在 lockfile 中对应的条目。 <details> <summary>Original summary in English</summary> ## Summary by Sourcery Remove the deprecated InteractiveModel component and its associated 3D post-processing dependencies. Enhancements: - Clean up unused 3D rendering and post-processing dependencies from package.json. Chores: - Delete the deprecated InteractiveModel component and corresponding entries from the lockfile. </details>
1 parent c0b62d4 commit 33c765a

4 files changed

Lines changed: 43 additions & 404 deletions

File tree

app/components/InteractiveModel.tsx

Lines changed: 0 additions & 305 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
"dependencies": {
1616
"@react-three/drei": "^10.7.7",
1717
"@react-three/fiber": "^9.4.0",
18-
"@react-three/postprocessing": "^3.0.4",
1918
"baseline-browser-mapping": "^2.9.19",
2019
"clsx": "^2.1.1",
2120
"framer-motion": "^12.23.24",
2221
"i18next": "^25.7.1",
2322
"lucide-react": "^0.555.0",
24-
"next": "16.0.7",
23+
"next": "16.1.5",
2524
"next-themes": "^0.4.6",
26-
"postprocessing": "^6.38.2",
2725
"react": "19.2.0",
2826
"react-dom": "19.2.0",
2927
"react-i18next": "^16.4.0",

0 commit comments

Comments
 (0)