diff --git a/app/service/Interaction/templateStoryService.ts b/app/service/Interaction/templateStoryService.ts index 666e086..7d58f7d 100644 --- a/app/service/Interaction/templateStoryService.ts +++ b/app/service/Interaction/templateStoryService.ts @@ -78,14 +78,14 @@ export const useTemplateStoryServiceHook = (): UseTemplateStoryService => { // template.storyRole = []; } if (template.id === 'e7438cd8-a23d-4974-8cde-13b5671b410c') { - template.freeInputItem = { - user_tips: "Input an English word you wanna learn", - constraints: "", - free_input_text: "" - }; + // template.freeInputItem = { + // user_tips: "Input an English word you wanna learn", + // constraints: "", + // free_input_text: "" + // }; template.storyItem = [{ ...template.storyItem[0], - item_name: "English word" + item_name: "Choose an English word you wanna learn" }]; } });