Go to file
sladro f8cc4277fa feat: 实现头部按钮切换逻辑和页面常量配置系统
- 新增页面常量配置系统(src/config/pages.js)统一管理页面标识符
- 实现AppHeader组件响应式按钮切换,支持CAD连接状态检查
- 创建Creo专属页面组件(模型分析、导出工具)和通用格式转换页面
- 修复编码规范违规,消除硬编码魔法值,实现统一配置管理
- 集成DashboardView页面切换逻辑,左侧打开模型自动跳转查看页面

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-16 17:07:20 +08:00
.claude feat: 实现专业的登录后首页内容设计 2025-09-16 13:50:06 +08:00
.vscode initial commit 2025-09-15 16:17:05 +08:00
config Fix CAD configuration and restore to 6 software 2025-09-16 10:52:20 +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 feat: 实现头部按钮切换逻辑和页面常量配置系统 2025-09-16 17:07:20 +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: 实现Creo模型查看器完整功能 2025-09-16 16:36:12 +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