Commit Graph

510 Commits

Author SHA1 Message Date
X1627315083
1183460db4 Merge remote-tracking branch 'origin/StableVersion' into dev_vite 2025-09-16 14:03:34 +08:00
X1627315083
ad9399292a 添加登录页版本号 2025-09-16 14:02:50 +08:00
X1627315083
97e5f8bd66 调整canvas笔触样式改为图片 2025-09-16 13:57:15 +08:00
X1627315083
8f41fae0ce detail印花页面布局调整 2025-09-15 15:38:45 +08:00
X1627315083
615c38be89 Merge remote-tracking branch 'origin/StableVersion' into dev_vite 2025-09-15 13:35:20 +08:00
X1627315083
64a96a0cff fix 2025-09-15 13:35:03 +08:00
X1627315083
4e7126f783 画布新增icon 2025-09-15 13:33:42 +08:00
X1627315083
e3dae9e640 非正式用户的遮罩位置修改 2025-09-15 13:33:27 +08:00
X1627315083
1df3458ac5 fix 2025-09-12 14:58:07 +08:00
X1627315083
f760478594 添加history页面 2025-09-12 10:15:10 +08:00
X1627315083
b72b0d0cc6 修复画布有时候无法打开bug 2025-09-11 15:43:19 +08:00
X1627315083
14725b430e fix 2025-09-11 14:56:08 +08:00
X1627315083
7e6a3b1144 修复detail添加两件相同的sketch会有问题,优化教育版管理员页面 2025-09-10 16:33:40 +08:00
X1627315083
1915ecf51a 优化购买积分弹窗 2025-09-10 10:37:38 +08:00
X1627315083
584f711f1c 修复detail bug和取消教育版管理员获取用户使用的地区接口 2025-09-10 09:41:00 +08:00
X1627315083
cb7e84882d 隐私政策页面 2025-09-09 11:47:38 +08:00
X1627315083
360bfd01ac 部分优化 2025-09-08 14:50:59 +08:00
X1627315083
4dc5e26d92 优化打包目录 2025-09-04 13:10:18 +08:00
X1627315083
dd3093656b fix 2025-09-03 16:36:06 +08:00
X1627315083
8d73d6861b 作品广场bug 2025-09-02 23:46:59 +08:00
X1627315083
88df71f822 fix 2025-09-02 23:15:18 +08:00
X1627315083
56edbb68c4 首页布局优化 2025-09-02 16:11:47 +08:00
X1627315083
9a48ce972c Merge remote-tracking branch 'origin/StableVersion' into dev_vite 2025-09-02 13:04:46 +08:00
X1627315083
4b9a606b68 fix 2025-09-02 12:59:30 +08:00
X1627315083
dcd96e71f9 系统维护 2025-09-01 18:08:30 +08:00
X1627315083
33a4a50d5e fix 2025-09-01 18:01:01 +08:00
X1627315083
16661c73d3 fix 2025-09-01 15:45:15 +08:00
X1627315083
89639aaec9 fix 2025-09-01 14:03:30 +08:00
X1627315083
c387a71ba8 fix 2025-09-01 14:01:15 +08:00
X1627315083
b6b554424b 修复页面bug 2025-08-26 10:14:34 +08:00
X1627315083
594bf5ce0a 布局修改 部分bug修复 2025-08-22 10:27:48 +08:00
X1627315083
3e17074bae 调整注册页面在手机端的布局 2025-08-07 17:48:38 +08:00
X1627315083
46b1c5cd71 fix 2025-07-24 20:15:39 +08:00
X1627315083
1dfb5a9d8f fix 2025-07-24 09:26:27 +08:00
X1627315083
3652e0a384 画布内容储存,pose等入参回显 2025-07-22 18:16:33 +08:00
X1627315083
c44aadc9e3 canvas语言适配 2025-07-20 18:19:34 +08:00
X1627315083
4b694236ee 页面调整 2025-07-19 14:04:48 +08:00
X1627315083
3ce63ea3a7 部分页面样式调整 2025-06-30 10:53:25 +08:00
X1627315083
fc6d8d4c8d 合并画布,部分样式调整 2025-06-26 15:41:08 +08:00
X1627315083
7ab32c9c77 合并画布 2025-06-23 09:27:29 +08:00
X1627315083
584f6a7db0 合并画布 2025-06-22 13:52:28 +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
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
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
X1627315083
9191678708 fix 2025-06-18 13:36:11 +08:00
X1627315083
9c7fae36eb 合并画布代码 2025-06-18 11:05:23 +08:00