Codex/main latest 20260615 030000 #24

Merged
stringadmin merged 3 commits from codex/main-latest-20260615-030000 into main 2026-06-17 03:20:02 +00:00
2 changed files with 889 additions and 569 deletions
Showing only changes of commit eb7b769155 - Show all commits
+1 -2
View File
@@ -42,6 +42,7 @@ import EcommerceClonePanel from "./panels/EcommerceClonePanel";
import EcommerceCopywritingPanel from "./panels/EcommerceCopywritingPanel";
import { ecommerceOssScopes, saveUnifiedEcommerceGenerationRecord, deleteEcommerceGenerationRecord } from "./ecommerceGenerationPersistence";
import { downloadResultAsset } from "../workbench/workbenchDownload";
import type { CloneOutputKey, ProductSetOutputKey } from "./utils/platformRules";
const smartCutoutColorPresets = [
"#ffffff",
@@ -271,8 +272,6 @@ interface ProductClonePageProps {
}
type ProductCloneStatus = "idle" | "ready" | "generating" | "done" | "failed";
type ProductSetOutputKey = "set" | "detail" | "model" | "video";
type CloneOutputKey = ProductSetOutputKey | "hot";
type CommerceScenarioKey = "popular" | "poster" | "mainImage" | "scene" | "festival" | "model" | "background" | "retouch" | "salesVideo";
type CloneSetCountKey = "selling" | "white" | "scene";
type CloneModelPanelTab = "scene" | "model";
File diff suppressed because it is too large Load Diff