智能薄壳分析修复: - 添加deletedParts响应式变量跟踪已删除零件 - 在filteredParts中过滤掉已删除零件 - 删除成功后将零件ID添加到删除集合 几何复杂度分析修复: - 添加deletedParts跟踪机制 - 使用uniqueId替代基于索引的ID管理,避免删除后ID错乱 - 在partsData中过滤已删除零件,确保统计数据实时更新 - 修复全选和删除逻辑使用新的ID系统 现在两个页面删除后零件都会从列表中消失,统计数据同步更新 🤖 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