OmniAI Developer
6ed65ca3ee
feat: 新增引导式新手指引 (OnboardingTour) 组件,全站页面接入
2026-06-08 21:32:17 +08:00
stringadmin
30536ad15f
Fix wan2.7 image quality selection
2026-06-08 18:26:44 +08:00
OmniAI Developer
192be0e701
feat: 内测申请弹窗 + 电商功能介绍页样式优化
...
- 新增 BetaApplicationModal 组件,支持文本输入、单/多选、签字等交互
- 顶部通知铃铛左侧添加「内测申请」按钮(脉冲动画)
- 电商功能介绍页等比例放大,减少空白,布局更紧凑
- 右侧卡片区域放大,卡片内容清晰可见
2026-06-08 14:40:47 +08:00
OmniAI Developer
0384d7f2a3
feat: 侧边栏顺序调整、模型选择去除积分价格、修复canvas.css语法错误
...
- 侧边栏:社区移到底部,工具盒移到资产库上方
- 生成页面:图像/视频模型选择下拉去除积分价格文本
- 修复 canvas.css 多余的右花括号语法错误
2026-06-08 11:39:28 +08:00
OmniAI Developer
2e52101b37
merge: 合并 master,保留拖拽上传样式和工具面板样式
2026-06-05 20:04:48 +08:00
OmniAI Developer
5b87594e36
feat: 多页面拖拽上传、滚动条精简、UI优化
...
- 剧本评测/分辨率提升/数字人/角色迁移/图片工作台/去水印/电商:新增外部拖拽文件上传
- 电商:爆款图复刻上传框支持拖拽+大滚动条,短视频/模特图/详情图滚动条精简回退
- 图片工作台:右侧输出面板移至左侧提示词上方,删除局部重绘遮罩/结果框
- 数字人:生成按钮改为「开始生成」
- 局部重绘:编辑遮罩→编辑页面
- 对话框生成器:新增对话/视频模式、模型/速度/深度选择按钮
- 视频时长默认改为5秒
- 工具箱页面空状态logo统一绿底亮色图标
- 多处CSS滚动条和布局优化
2026-06-05 18:01:55 +08:00
stringadmin
93a7a6d5e6
feat: add canvas tool panels (multi-grid, upscale, inpaint) and conditional grid mode
...
Add modal-based tool panels for multi-grid, super-resolution, and inpaint in canvas image-to-image workflow. Grid mode selector only appears for models that support multi-image generation (wan2.7-image, gpt-image-2). Also fixes merge conflict markers in CSS and adds missing toast import.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-06-05 01:48:13 +08:00
stringadmin
178a2c47da
feat: add task lifecycle management and improve generation reliability
...
Centralize timeout policies, stall detection, and error classification
for image/video/text generation tasks. Improve ecommerce OSS upload flow
and add script evaluation enhancements.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-06-05 01:06:48 +08:00
stringadmin
59efc78c0e
refactor(workbench): extract types, constants, utils, sub-components from WorkbenchPage
...
WorkbenchPage.tsx: 4146 → 3047 lines (-27%)
Extracted to 6 sibling modules:
- workbenchConstants.ts (403L): types, MODE_META, option arrays, shared helpers
- workbenchStorage.ts (172L): localStorage read/write/persist functions
- workbenchReferenceUtils.ts (210L): image compression, fingerprint, file helpers
- workbenchMentionUtils.tsx (79L): prompt mention parsing and token rendering
- WorkbenchPromptPreview.tsx (87L): ReferencePreview, PromptPreviewLayer components
- WorkbenchSelectChips.tsx (263L): SelectChip, CompoundSelectChip, InlineOptionChip
All extracted code is imported back via ES module imports — no logic changes.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-06-02 14:18:26 +08:00