- 添加拖拽文件到界面打开模型功能 - 添加拖拽时的视觉反馈效果(蓝色虚线边框和背景高亮) - 重构文件加载逻辑,提取loadModelFiles函数复用代码 - 支持拖拽和点击两种方式打开模型文件 - 优化空状态提示文字颜色,从次要文字色改为主文字色,提升可读性 - 添加文件格式验证,只加载支持的3D模型格式 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| .vscode | ||
| config | ||
| docs | ||
| public | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| CLAUDE.md | ||
| CSS_THEME_GUIDE.md | ||
| index.html | ||
| jsconfig.json | ||
| package-lock.json | ||
| package.json | ||
.
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VSCode + Volar (and disable Vetur).
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build
Lint with ESLint
npm run lint