- 配置API端点:在cad.js中添加hierarchyDelete端点 - 扩展API服务:在creoApi.js中添加deleteHierarchy方法 - Store状态管理:添加currentProjectName用于存储当前项目名称 - 项目名称自动获取:在查看/打开模型时自动设置项目名称 - 组件内部集成:HierarchyDeletionParamsPage直接调用删除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