- 扩展RevitApi服务添加startShellAnalysis方法调用/api/shell/analyze端点 - 修改RevitAnalysisDashboard替换模拟分析为真实API调用 - 传递software_type: "revit"和mode: "Standard"参数到后端 - 正确处理API返回数据结构result.data.data访问分析结果 - 保持现有UI展示逻辑和用户体验 - 集成operationContext实现自动通知和日志记录 🤖 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