fix web flow

This commit is contained in:
2025-10-02 14:24:19 +02:00
parent 0ccdcf3084
commit 6f25cad83f
6 changed files with 194 additions and 91 deletions
+8
View File
@@ -1,3 +1,6 @@
export const OTHER_OBJECTIVE_OPTION = "Autre objectif";
export const OTHER_STYLE_OPTION = "Autre style";
export const GOALS = [
"Envoyer un message universel",
"Souhaiter un joyeux anniversaire à un ami",
@@ -6,6 +9,7 @@ export const GOALS = [
"Pour un mariage",
"Pour mon entreprise",
"Envoyer un message politique",
OTHER_OBJECTIVE_OPTION,
];
export const EMOTION_CONVEY = [
@@ -182,6 +186,10 @@ export const SONG_STYLE = [
title: "Melancholic",
description: "ambiance mélancolique",
},
{
title: OTHER_STYLE_OPTION,
description: "Décris ton style personnalisé",
},
];
export const CUSTOM_SONG_STRUCTURE = [