feature: 图片编辑功能#8
Open
ZHider wants to merge 1 commit into
Open
Conversation
ZHider
commented
Jul 13, 2026
Contributor
- 新增 /image-edit 页面,支持上传图片、画笔画布蒙版、上传蒙版、alpha 检测
- 新增 POST /api/gptImage/edit 端点,异步后台处理编辑任务
- 编辑任务通过 taskType 字段在任务列表中标记,排除重试和重新填入按钮
- 提取 useCanvasMask hook 和 utils/image.ts 工具函数
- Canvas 添加无障碍属性,编辑界面支持更换图片
- 替换弃用的 Modal destroyOnClose 为 destroyOnHidden
- 输出格式改为 webp,添加详细日志
- 新增 /image-edit 页面,支持上传图片、画笔画布蒙版、上传蒙版、alpha 检测 - 新增 POST /api/gptImage/edit 端点,异步后台处理编辑任务 - 编辑任务通过 taskType 字段在任务列表中标记,排除重试和重新填入按钮 - 提取 useCanvasMask hook 和 utils/image.ts 工具函数 - Canvas 添加无障碍属性,编辑界面支持更换图片 - 替换弃用的 Modal destroyOnClose 为 destroyOnHidden - 输出格式改为 webp,添加详细日志
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.