chore: 暂时隐藏suggestionlist

This commit is contained in:
肖应宇 2026-06-12 17:24:40 +08:00
parent 5d634e3ad1
commit 02692444a5

View File

@ -1106,14 +1106,14 @@ export function InputBox({
status={status}
/>
</PromptInput>
{shouldShowSuggestionList && (
{/* TODO: 需要在sxwz中隐藏 */}
{/* {shouldShowSuggestionList && (
<SuggestionListContainer
ref={suggestionListTourRef}
bootstrapAndLockSkills={iframeSkill.bootstrapAndLockSkills}
isBootstrapping={iframeSkill.isBootstrapping}
/>
)}
)} */}
{!disabled &&
!showWelcomeStyle &&