From bfa4c69269d42af203eafb85ec907b1f524c4f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Tue, 9 Sep 2025 23:08:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A9=E6=95=99=E6=A8=A1=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/Interaction/templateStoryService.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" }]; } });