This commit is contained in:
Azmat@qq.com
2026-08-20 12:52:05 +08:00
parent c7520e93b7
commit ba1613f2b5
32 changed files with 336 additions and 139 deletions
+2 -1
View File
@@ -500,6 +500,7 @@ export function PipelinePage(props: {
project: Project;
loading: boolean;
navigate: (page: Page, options?: { projectId?: string; productId?: string }) => void;
onBack?: () => void;
user: User;
team: Team;
products: Product[];
@@ -2809,7 +2810,7 @@ export function PipelinePage(props: {
<section className="pipeline-page">
<header className="pl-head">
<div className="pl-title">
<button className="pl-back" type="button" onClick={() => navigate("projects")} aria-label="返回视频创作">
<button className="pl-back" type="button" onClick={() => (props.onBack ? props.onBack() : navigate("projects"))} aria-label="返回">
<ArrowLeft />
</button>
<div>