- 新增RevitExportTools组件,支持完整IFC导出参数配置 - 在revitApi.js中添加exportIFC方法,调用/api/export/ifc端点 - 修复DashboardView导出页面路由,根据连接软件显示对应导出工具 - 修复组件样式问题,正确显示Revit绿色主题而非黑白灰 - 添加未连接CAD时的友好提示信息 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| .vscode | ||
| config | ||
| docs | ||
| public | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| CLAUDE.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