From 5ee9b9d9313a1cb5f205c9f575beef0e5df736a9 Mon Sep 17 00:00:00 2001 From: hongjli <3117313295@qq.com> Date: 星期五, 11 四月 2025 10:45:26 +0800 Subject: [PATCH] 优化数据来源说明 --- src/components/SceneIntroDialog.tsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/components/SceneIntroDialog.tsx b/src/components/SceneIntroDialog.tsx index 6aacbc1..716076c 100644 --- a/src/components/SceneIntroDialog.tsx +++ b/src/components/SceneIntroDialog.tsx @@ -263,6 +263,8 @@ isOpen={showDataPreview} onClose={() => setShowDataPreview(false)} markdownContent={scene.exampleData} + sceneType={scene.chatbotId === 'DfH4cIzujVGvn5iR' || scene.chatbotId === 'zO9YQDEHdIApG9zC' ? 'chadan' : + scene.chatbotId === 'JELkWpPLHQfRNhEH' ? 'buliao' : undefined} /> )} </div> -- Gitblit v1.9.3