Browse Source

新增默认选中

sunsheng 1 month ago
parent
commit
0c86bfd5af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/deepseek/questionAnswer/info/index.tsx

+ 1 - 1
src/pages/deepseek/questionAnswer/info/index.tsx

@@ -132,7 +132,7 @@ const QuestionAnswerInfo: React.FC = () => {
     const [isVisibleCus, setIsVisibleCus] = React.useState(false);
     const [isVisibleSlice, setIsVisibleSlice] = React.useState(false);
     const [isVisibleRerank, setIsVisibleRerank] = React.useState(true);
-    const [isDeepThinkVisible, setIsDeepThinkVisible] = React.useState(false);
+    const [isDeepThinkVisible, setIsDeepThinkVisible] = React.useState(true);
     const [name, setName] = React.useState('');
     const [appTypeList, setAppTypeList] = React.useState<AppTypeList>([]);
     const [appVisibleList, setAppVisibleList] = React.useState<AppTypeList>([]); // 是否公开