早教模版

This commit is contained in:
北枳 2025-09-09 23:08:26 +08:00
parent f89f142e8c
commit bfa4c69269

View File

@ -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"
}];
}
});