fix(ui): 删除默认页输入框下方的快捷按钮
用户反馈输入框下方的工具快捷按钮(搜索知识库/查看最新工单等)很丑,直接移除。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
b59f672033
commit
53f6b99467
@@ -454,7 +454,7 @@ function App() {
|
||||
onSubmit={handleSubmit}
|
||||
onStop={handleStop}
|
||||
onPaste={handlePaste}
|
||||
showQuickPrompts={activeMessages.length === 0}
|
||||
showQuickPrompts={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user