This commit is contained in:
Andras Schmelczer 2026-06-22 22:04:20 +01:00
parent 6c6780fc60
commit f7e0814a38
8 changed files with 206 additions and 92 deletions

View file

@ -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);