Go to file
sladro 3601d8a2a1 fix: 修复层级删除和模型信息显示数值问题
- 层级删除loading显示的层级编号现在从1开始,与层级统计页面保持一致
- 修复Creo模型查看器中零件数量显示,现在显示正确的文件数量

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-21 17:07:51 +08:00
.claude feat: 实现薄壳化分析结果页面完整功能系统 2025-09-17 09:50:02 +08:00
.vscode initial commit 2025-09-15 16:17:05 +08:00
config fix: 修复build后刷新页面空白问题 2025-09-21 11:07:31 +08:00
docs Fix CAD configuration and restore to 6 software 2025-09-16 10:52:20 +08:00
public Add CSS theme system 2025-09-15 17:38:13 +08:00
src fix: 修复层级删除和模型信息显示数值问题 2025-09-21 17:07:51 +08:00
.editorconfig initial commit 2025-09-15 16:17:05 +08:00
.gitattributes initial commit 2025-09-15 16:17:05 +08:00
.gitignore initial commit 2025-09-15 16:17:05 +08:00
CLAUDE.md feat: 实现几何复杂度分析完整功能 2025-09-18 11:43:31 +08:00
index.html Add CSS theme system 2025-09-15 17:38:13 +08:00
jsconfig.json initial commit 2025-09-15 16:17:05 +08:00
package-lock.json feat: 实现Creo连接接口MVP版本,集成统一API封装和通知系统 2025-09-16 15:03:41 +08:00
package.json feat: 实现Creo连接接口MVP版本,集成统一API封装和通知系统 2025-09-16 15:03:41 +08:00

.

This template should help get you started developing with Vue 3 in Vite.

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