Commit Graph

12 Commits

Author SHA1 Message Date
李志鹏
55481c6d51 更换接口 2026-04-28 17:24:59 +08:00
李志鹏
2708c5442c 12 2026-04-24 13:07:06 +08:00
李志鹏
41f8bed6a3 ok 2026-04-24 13:04:36 +08:00
X1627315083
360bfd01ac 部分优化 2025-09-08 14:50:59 +08:00
X1627315083
4dc5e26d92 优化打包目录 2025-09-04 13:10:18 +08:00
bighuixiang
ea1480dd7c feat: 添加ESLint支持并优化Vite配置 2025-06-22 15:56:42 +08:00
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