feat: add configurable video AI links

This commit is contained in:
2026-06-04 11:11:36 +02:00
parent 9dddaffdd4
commit ab5a967fe4
6 changed files with 183 additions and 0 deletions
+6
View File
@@ -71,3 +71,9 @@ export const SECTION_LABELS: Record<GenerationSection, string> = {
video_prompts: "video prompts",
youtube_description: "description",
};
export interface VideoAiLink {
name: string;
url: string;
}