Commit Graph

901 Commits

Author SHA1 Message Date
X1627315083
3ce63ea3a7 部分页面样式调整 2025-06-30 10:53:25 +08:00
X1627315083
6fc2a8fc57 Merge branch 'dev_vite' of https://e.coding.net/aidlabfashion/aida/aida_front into dev_vite 2025-06-27 13:45:03 +08:00
bighuixiang
fd9b1721c1 feat: Add texture management features and update UI components 2025-06-26 23:26:50 +08:00
X1627315083
fc6d8d4c8d 合并画布,部分样式调整 2025-06-26 15:41:08 +08:00
bighuixiang
fd05c70937 feat(BrushIndicator): 优化画布属性同步,添加状态缓存以提升性能 2025-06-26 01:12:25 +08:00
bighuixiang
2fcba962d1 feat(CanvasManager): enhance image layer management and event handling 2025-06-26 00:37:07 +08:00
bighuixiang
afa3b69f71 feat: 1.固定图层缩略图(完成)
2.工具栏新增插槽(完成)
3.loadJSON的元素顺序回发生错误
2025-06-25 01:03:39 +08:00
bighuixiang
e001c9dd49 feat: 添加笔刷指示器功能,支持动态显示当前笔刷大小和颜色;更新图层可擦除状态逻辑 2025-06-24 01:54:37 +08:00
bighuixiang
2446f91376 feat: 更新红绿图设置逻辑,支持根据图像模式调整属性;修复笔刷类型同步问题 2025-06-23 18:01:33 +08:00
bighuixiang
9d851872a3 feat: 添加衣物图像选项配置,支持图像模式设置 2025-06-23 17:53:13 +08:00
bighuixiang
da9c2badef feat: 添加图片库功能,支持选择和展示不同类别的图片 2025-06-23 16:48:48 +08:00
bighuixiang
5d0511e405 feat: 添加导出图层功能,支持将图层转换为位图图像并下载 2025-06-23 15:56:01 +08:00
X1627315083
1fde475806 Merge branch 'dev_vite' of https://e.coding.net/aidlabfashion/aida/aida_front into dev_vite 2025-06-23 09:27:31 +08:00
X1627315083
7ab32c9c77 合并画布 2025-06-23 09:27:29 +08:00
bighuixiang
48ea9c0d81 fix: 修改背景层设置方法中的变量声明方式 2025-06-23 00:44:01 +08:00
bighuixiang
4da5f7d105 feat: 修复画布部分bug 2025-06-23 00:40:45 +08:00
bighuixiang
ea1480dd7c feat: 添加ESLint支持并优化Vite配置 2025-06-22 15:56:42 +08:00
bighuixiang
9848efb589 refactor: 优化组件卸载时资源清理逻辑 2025-06-22 15:21:18 +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
X1627315083
128055733b Merge remote-tracking branch 'origin/develop' into dev_vite 2025-06-20 11:40:00 +08:00
X1627315083
318fcc634f 部分bug修复和对话中的图片过期处理 2025-06-20 11:36:44 +08:00
bighuixiang
9d6844c9fd fix: 修改路由配置,改成直接导入 2025-06-19 11:29:33 +08:00
X1627315083
00268dbe26 Merge branch 'dev_vite' of https://e.coding.net/aidlabfashion/aida/aida_front into dev_vite 2025-06-19 11:01:06 +08:00
X1627315083
ea7c173eb3 fix 2025-06-19 11:00:52 +08:00
bighuixiang
524ac7ecb2 Implement code changes to enhance functionality and improve performance 2025-06-19 10:52:03 +08:00
bighuixiang
505c79665b Refactor code structure for improved readability and maintainability 2025-06-19 10:21:17 +08:00
X1627315083
9b15d988f0 fix 2025-06-19 10:07:11 +08:00
X1627315083
47223f7e95 Merge remote-tracking branch 'origin/develop' into dev_vite 2025-06-19 09:38:42 +08:00
X1627315083
c054dca2e8 fix 2025-06-19 09:29:25 +08:00
X1627315083
b69d202509 样式适配 2025-06-19 09:21:32 +08:00
bighuixiang
226b7470ec refactor: simplify SvgIcon component by removing unused img tag and cleaning up iconName computation 2025-06-18 23:59:18 +08:00
bighuixiang
9ef77450ba refactor: update GlobalComponents in components.d.ts to include ABreadcrumb, AMenu, AMenuItem, and ASubMenu; remove APagination, AProgress, ATabPane, and ATabs 2025-06-18 23:01:52 +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
88866d9ea4 refactor: Improve code formatting and structure in main.ts and Login.vue
- Standardized import statements in main.ts for better readability.
- Enhanced the structure of the Vue component in Login.vue for improved clarity.
- Updated event handling and state management in Login.vue.
- Adjusted CSS styles for consistency and better organization.
2025-06-18 21:47:27 +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
X1627315083
9191678708 fix 2025-06-18 13:36:11 +08:00
X1627315083
3ad1516ef4 部分文件引入svgIcon 2025-06-18 11:11:12 +08:00
X1627315083
9c7fae36eb 合并画布代码 2025-06-18 11:05:23 +08:00
X1627315083
903c0ebdf5 修改注册文案 2025-06-11 15:19:22 +08:00
X1627315083
bffc8ea0f4 fix 2025-06-11 15:15:16 +08:00
X1627315083
8b107857ad 修复部分bug部分页面的调整 2025-06-11 15:08:17 +08:00
X1627315083
c266967f16 接入画布 2025-06-09 10:25:54 +08:00
X1627315083
87a08f5f8f 提交修改 2025-06-03 14:57:18 +08:00
X1627315083
9fc2bcaedf 调整部分bug 2025-05-28 10:28:07 +08:00
X1627315083
608a4dec89 调整创建项目 2025-05-22 14:26:47 +08:00
X1627315083
bcbcc252e1 调整创建项目 2025-05-22 14:26:40 +08:00
X1627315083
7105f3cf5c fix 2025-05-22 11:18:11 +08:00