bighuixiang
4a95f27966
fix: 修复多个已知问题
2025-06-29 23:29:47 +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
X1627315083
fce9d3b373
注册新增字段
2025-06-24 19:13:56 +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
X1627315083
7a81856d24
新增管理员付款总金额
2025-06-23 16:49:19 +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
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
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
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
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
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
549a1c8a7b
新增活动
2025-06-16 15:08:42 +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
5470a31977
修改画布编辑一部分后关闭再次打开使用上次画布信息的记录撤回位置
2025-06-09 16:50:31 +08:00
X1627315083
c266967f16
接入画布
2025-06-09 10:25:54 +08:00
X1627315083
f856b7be0a
调整报错
2025-06-06 22:12:57 +08:00
X1627315083
154b7bb17a
修复bug
2025-06-06 20:45:53 +08:00
X1627315083
29d0f0792d
优惠码页面部分调整新增字段
2025-06-06 20:41:46 +08:00
X1627315083
458a068412
调整画布修改library的sketch传参
2025-06-04 14:19:55 +08:00
X1627315083
71127626d9
fix
2025-06-04 13:38:18 +08:00
X1627315083
87a08f5f8f
提交修改
2025-06-03 14:57:18 +08:00