From 0465838f842b31c52d0731cf09a771df155ca6bb Mon Sep 17 00:00:00 2001 From: zyc <1439655764@qq.com> Date: Mon, 29 Jun 2026 19:24:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(projects):=20=E6=96=B0=E5=BB=BA=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E9=A1=B9=E7=9B=AE=E5=8E=BB=E6=8E=89=E3=80=8C0-10?= =?UTF-8?q?=E7=A7=92=C2=B7=E5=BF=AB=E9=80=9F=E7=A7=8D=E8=8D=89=E3=80=8D?= =?UTF-8?q?=E6=97=B6=E9=95=BF=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 视频时长选项保留其余三档(精准短片 0-15 / 卖点展开 0-30 / 故事化 0-60), 网格由 4 列改回 3 列铺满;默认选中仍为 0-15,下游脚本生成不受影响。 Co-Authored-By: Claude Opus 4.8 --- core/frontend/src/routes/projects.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/frontend/src/routes/projects.tsx b/core/frontend/src/routes/projects.tsx index 7e7f63b..04448b3 100644 --- a/core/frontend/src/routes/projects.tsx +++ b/core/frontend/src/routes/projects.tsx @@ -14,7 +14,6 @@ const PROJ_PAGE_SIZE = 10; // 项目列表/网格每页条数 // 时长 / 脚本风格 / 人设 — 与 projects-new.html 基线对齐(创建页仅作视觉选择, // 脚本走向细节进入 Stage 1;onCreate 契约只携带 name + product)。 const WIZ_DURATIONS = [ - { id: "0-10", label: "0-10 秒", shots: [3, 4], tag: "快速种草", note: "适合快速种草" }, { id: "0-15", label: "0-15 秒", shots: [4, 5], tag: "精准短片", note: "适合短平快投放" }, { id: "0-30", label: "0-30 秒", shots: [6, 8], tag: "卖点展开", note: "适合卖点展开" }, { id: "0-60", label: "0-60 秒", shots: [10, 12], tag: "故事化", note: "适合故事化表达" } @@ -309,7 +308,7 @@ export function ProjectWizardPage({ products, projects = [], preselectProductId,
-
+
{WIZ_DURATIONS.map((d) => (
setDuration(d.id)}> [ {d.tag} ]