Go to file
sladro 863d717638 feat: Add management module design documentation for model viewing, analysis, and batch processing
- Implemented detailed design documents for model viewing and 3D interaction, including features like model loading, basic interactions, and performance metrics.
- Added documentation for model statistics, focusing on structured output during the viewing process, including part counts and assembly hierarchy.
- Developed design notes for multi-visualization of model analysis results, covering classification statistics, feature analysis, and report export capabilities.
- Introduced batch processing functionality documentation, detailing task creation, scheduling, and historical tracking.
- Created logs generation documentation for operation execution, emphasizing traceability and auditability of actions taken.
- Compiled a list of undeveloped features based on current project progress, outlining requirements and technical specifications for future implementation.
2026-02-26 18:03:13 +08:00
.agents/rules feat: 添加Revit模型轻量化处理功能,包括专用界面、API服务和分析仪表盘。 2026-02-23 17:10:27 +08:00
.claude feat: add geometric optimization support for selected subassembly 2025-12-08 14:00:44 +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 feat: Add management module design documentation for model viewing, analysis, and batch processing 2026-02-26 18:03:13 +08:00
public Add CSS theme system 2025-09-15 17:38:13 +08:00
src feat: 新增PDMS模型轻量化处理页面。 2026-02-23 17:52:58 +08:00
src-tauri 改为win7可以打包的exe 2025-12-22 10:18:21 +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 改为win7可以打包的exe 2025-12-22 10:18:21 +08:00
CLAUDE.md feat: 实现几何复杂度分析完整功能 2025-09-18 11:43:31 +08:00
CSS_THEME_GUIDE.md refactor: 全面优化编码规范并修复连接状态检查 2025-09-25 10:30:06 +08:00
diff_to_review.diff feat: 新增PDMS模型轻量化处理页面。 2026-02-23 17:52:58 +08:00
index.html 几何优化分析优化和解决图标不显示 2026-01-05 12:09:19 +08:00
jsconfig.json initial commit 2025-09-15 16:17:05 +08:00
package-lock.json 几何优化分析优化和解决图标不显示 2026-01-05 12:09:19 +08:00
package.json 几何优化分析优化和解决图标不显示 2026-01-05 12:09:19 +08:00
websocket-file-api-docs.md feat: 实现初始应用结构,包含主导航、仪表盘、文件管理页面和WebSocket服务。 2026-02-04 11:37:44 +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