Commit Graph

6 Commits

Author SHA1 Message Date
bighuixiang
fad2c220af feat: 修复icon显示问题和添加红绿图模式示例组件并更新路由配置 2025-06-22 15:20:08 +08:00
X1627315083
584f6a7db0 合并画布 2025-06-22 13:52:28 +08:00
X1627315083
fd6d61a44a 调整部分报错 2025-06-20 13:21:45 +08:00
bighuixiang
3aa56c1c3f refactor: clean up HomeView.vue and update Vite config
- Reformatted imports in HomeView.vue for better readability.
- Removed unnecessary comments and improved component structure.
- Updated styles in HomeView.vue for consistency.
- Removed input path from rollupOptions in vite.config.js.
2025-06-18 22:57:10 +08:00
bighuixiang
5f4e1176f0 refactor: update package.json and improve ESLint configuration
- Removed outdated Vue CLI plugins and added new ESLint rules and plugins for better TypeScript support.
- Enhanced ESLint configuration with parser options and overrides for Vue files.

feat: refactor router configuration for improved readability

- Reformatted router configuration for better structure and clarity.
- Ensured consistent use of async component imports and updated route definitions.

chore: update TypeScript configuration for better compatibility

- Adjusted tsconfig.json to target ES2020 and include necessary libraries.
- Added a new tsconfig.node.json for Node.js specific configurations.

fix: update Vite configuration for proper asset handling

- Modified vite.config.js to specify input for Rollup, ensuring correct asset management.
2025-06-18 21:25:25 +08:00
bighuixiang
3a52cc1e53 refactor: migrate from Vue CLI to Vite, update WebSocket handling, and clean up configuration
- Replaced vue.config.js with vite.config.js for Vite setup.
- Updated WebSocket implementation in webSocket.js for improved readability and performance.
- Removed unnecessary comments and cleaned up code formatting.
- Configured Vite plugins for auto-imports, SVG icons, and component resolution.
- Set up proxy configurations for API endpoints in Vite.
2025-06-18 14:31:35 +08:00