- 新增ShellAnalysisResult.vue完整数据展示功能 - 支持分析数据接收、统计摘要、零件列表展示 - 实现筛选、分页、选择、删除功能 - 添加creoApi.deleteComponentsByPath删除接口 - 修复数据传递链路:CreoModelAnalysis -> DashboardView -> ShellAnalysisResult - 遵循API接入标准流程,确保数据正确传递 🤖 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