diff --git a/src/features/ecommerce/EcommercePage.tsx b/src/features/ecommerce/EcommercePage.tsx index d1a549a..6e45903 100644 --- a/src/features/ecommerce/EcommercePage.tsx +++ b/src/features/ecommerce/EcommercePage.tsx @@ -106,8 +106,8 @@ const ecommerceInspirationAssets = ossAssets.ecommerce.inspiration; const ecommerceInspirationRows = [ { - title: "AI团队", - desc: "不止作图,更懂转化。", + title: "作品记录", + desc: "沉淀最近生成的高转化素材,随时回看与复用。", variant: "team", cards: [ { title: "指定ASIN,优化listing", meta: "竞品拆解 · 卖点重排 · 图文建议", mediaUrl: ecommerceInspirationAssets.asinListing, mediaType: "image" }, @@ -4487,14 +4487,12 @@ function ProductClonePage(_props: ProductClonePageProps = {}) { onClick={() => openProductSetPreview(setPreviewCards[0] ?? productSetPreviewCards[0])} > 商品原图 - 原图素材 + /> {node.sourceImage ? ( ) : null} @@ -5078,27 +5072,20 @@ function ProductClonePage(_props: ProductClonePageProps = {}) { onChange={handleSmartCutoutUpload} aria-label="上传智能抠图素材" /> +
+ {cloneOutputOptions.map((option) => ( + + ))} +
- {productImages.length ? (
{productImages.map((image) => ( @@ -5115,6 +5102,24 @@ function ProductClonePage(_props: ProductClonePageProps = {}) {
) : null} +
+ + + + +