李富豪 11 месяцев назад
Родитель
Сommit
10aefa234a
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      app/components/chat.tsx

+ 4 - 4
app/components/chat.tsx

@@ -8,7 +8,7 @@ import React, {
   Fragment,
   Fragment,
   RefObject,
   RefObject,
 } from "react";
 } from "react";
-import { CommentOutlined} from '@ant-design/icons';
+import { CommentOutlined } from '@ant-design/icons';
 import SendWhiteIcon from "../icons/send-white.svg";
 import SendWhiteIcon from "../icons/send-white.svg";
 import BrainIcon from "../icons/brain.svg";
 import BrainIcon from "../icons/brain.svg";
 import RenameIcon from "../icons/rename.svg";
 import RenameIcon from "../icons/rename.svg";
@@ -1612,11 +1612,11 @@ function _Chat() {
             </div>
             </div>
           )} */}
           )} */}
           <IconButton
           <IconButton
-            icon={<CommentOutlined  />}
+            icon={<CommentOutlined />}
             bordered
             bordered
             title={Locale.Chat.Actions.Export}
             title={Locale.Chat.Actions.Export}
-            onClick={()=>{
-              navigate({pathname:'/deepSeek'})
+            onClick={() => {
+              navigate({ pathname: '/' })
             }}
             }}
           />
           />
           <div className="window-action-button">
           <div className="window-action-button">