videos
This commit is contained in:
parent
6c6780fc60
commit
f7e0814a38
8 changed files with 206 additions and 92 deletions
|
|
@ -379,7 +379,7 @@ async function runActivity(ctx: ScriptCtx, step: Activity): Promise<void> {
|
|||
return;
|
||||
}
|
||||
case 'showOutro':
|
||||
await showOutro(ctx.page, step.brand, step.tagline, step.url);
|
||||
await showOutro(ctx.page, step.brand, step.tagline, step.url, step.subtitle);
|
||||
return;
|
||||
case 'showAdScene':
|
||||
await showAdScene(ctx.page, step.scene);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue