- 扩展RevitApi服务,添加getCurrentModel方法调用/api/overview端点 - 重构RevitModelViewer组件支持真实API数据,替换硬编码模拟数据 - 修复CadSidebar中Revit模型加载逻辑,集成真实API调用 - 完善DashboardView中RevitModelViewer的props传递 - 修正RevitAnalysisDashboard的数据结构判断逻辑 - 统一API数据流:CadSidebar → DashboardView → RevitModelViewer - 保持与Creo实现的架构一致性,支持自动通知和日志记录 🤖 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