Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yaoai-video
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姚珂
yaoai-video
Commits
38e3bbe5
Commit
38e3bbe5
authored
May 28, 2026
by
yaoke.yk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导出视频合成问题fix-合成
parent
ee496fd0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
VideoGeneration.tsx
doc/html/src/app/pages/VideoGeneration.tsx
+5
-5
No files found.
doc/html/src/app/pages/VideoGeneration.tsx
View file @
38e3bbe5
...
@@ -209,20 +209,20 @@ export function VideoGeneration() {
...
@@ -209,20 +209,20 @@ export function VideoGeneration() {
href={assemblyTask!.downloadUrl!}
href={assemblyTask!.downloadUrl!}
target="_blank"
target="_blank"
rel="noreferrer"
rel="noreferrer"
className="flex items-center gap-1.5 px-3 py-1.5 rounded-lg b
order border-border text-xs text-foreground hover:bg-muted
transition"
className="flex items-center gap-1.5 px-3 py-1.5 rounded-lg b
g-green-600 text-white text-xs hover:bg-green-700
transition"
>
>
<Download className="w-3.5 h-3.5" />
<Download className="w-3.5 h-3.5" />
下载
已合成
下载
整集
</a>
</a>
)}
)}
{assemblyTask?.status !== "running" && assemblyTask?.status !== "pending" && (
{assemblyTask?.status !== "running" && assemblyTask?.status !== "pending" && (
<button
<button
onClick={handleStartAssembly}
onClick={handleStartAssembly}
disabled={startAssembly.isPending || doneShots === 0}
disabled={startAssembly.isPending || doneShots === 0}
className="flex items-center gap-1.5 px-3 py-1.5 rounded-lg b
g-green-600 text-white text-xs hover:bg-green-700
transition disabled:opacity-50"
className="flex items-center gap-1.5 px-3 py-1.5 rounded-lg b
order border-border text-xs text-foreground hover:bg-muted
transition disabled:opacity-50"
>
>
{startAssembly.isPending ? <Loader2 className="w-3.5 h-3.5 animate-spin" /> : <
Download
className="w-3.5 h-3.5" />}
{startAssembly.isPending ? <Loader2 className="w-3.5 h-3.5 animate-spin" /> : <
Film
className="w-3.5 h-3.5" />}
导出整集
{hasAssembly ? "重新合成" : "合成整集"}
</button>
</button>
)}
)}
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment