diff --git a/src/App.vue b/src/App.vue index 0eccaa1..dd6989a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -340,7 +340,7 @@ const expandIdea = async (param?: any, customInput?: string) => { const node = flowNodes.value.find(n => n.id === parentNode.id) if (node) { node.data.isExpanding = false - node.data.followUp = '' + // 不再自动清空 followUp,以便用户查看追问的问题 } } else { isLoading.value = false @@ -456,7 +456,7 @@ const startNewSession = () => {