From a1b82d09dfd63d9caa82276bb359d23b1c206cb3 Mon Sep 17 00:00:00 2001 From: hongjli <3117313295@qq.com> Date: 星期五, 11 四月 2025 15:08:42 +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..a79138c 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 === 'RhMYLHI1SZNiX4kl' || scene.chatbotId === 'zO9YQDEHdIApG9zC' ? 'chadan' : + scene.chatbotId === 'JELkWpPLHQfRNhEH' ? 'buliao' : undefined} /> )} </div> -- Gitblit v1.9.3