diff --git a/frontend/src/app/workspace/chats/[thread_id]/page.tsx b/frontend/src/app/workspace/chats/[thread_id]/page.tsx index 8fb9a478..9a06eb4b 100644 --- a/frontend/src/app/workspace/chats/[thread_id]/page.tsx +++ b/frontend/src/app/workspace/chats/[thread_id]/page.tsx @@ -527,37 +527,31 @@ export default function ChatPage() { )} > {!(showWelcomeStyle && thread.isThreadLoading) ? ( - - {showWelcomeStyle && !hasSubmitted && ( - - )} - - } - disabled={ - env.NEXT_PUBLIC_STATIC_WEBSITE_ONLY === "true" || + extraHeader={
+ {showWelcomeStyle && !hasSubmitted && ( + + )} +
} + disabled={env.NEXT_PUBLIC_STATIC_WEBSITE_ONLY === "true" || isSelectedSkillBootstrapping || isUploading || - (isNewThread && !safeThreadId) - } + (isNewThread && !safeThreadId)} onContextChange={(context) => setSettings("context", context)} onSubmit={handleSubmit} - onStop={handleStop} - /> + onStop={handleStop} /> + ) : ( // '' @@ -583,7 +577,7 @@ export default function ChatPage() { 提示

- (测试中:计划销毁但是现在没有销毁) 退出后,当前会话结束并销毁,请先下载保存当前结果! + 历史记录每七天自动删除,现在将返回欢迎页,是否继续?