修复图片资源问题

This commit is contained in:
maojindao55
2025-02-18 17:41:39 +08:00
parent 23295926aa
commit ad2b69f8dd
3 changed files with 253 additions and 19 deletions

View File

@@ -23,8 +23,7 @@
"react-markdown": "^9.0.3",
"tailwind-merge": "^2.6.0",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"vite-plugin-copy": "^0.1.6"
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@shadcn/ui": "^0.0.4",
@@ -35,6 +34,7 @@
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.2",
"rollup-plugin-copy": "^3.5.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.0.2",
"vite": "^5.0.0"