- 修正API参数max_results为30符合需求 - 修复数据传递层级问题(result.data.data) - 移除硬编码模拟数据,使用API真实数据 - 实现删除选定组件功能与智能分析一致 - 使用ElementPlus系统UI组件替换原生确认框 - 修复ESLint错误,清理未使用变量和函数 - 优化体积字段显示,0值显示为N/A 🤖 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