소스 검색

应用描述,应用预设问题显示bug修复

Ryuiso 1 주 전
부모
커밋
45ffe6a58f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/components/chat.tsx

+ 2 - 2
app/components/chat.tsx

@@ -2159,7 +2159,7 @@ function _Chat() {
                 <p style={{ textAlign: 'center' }}>
                   {getDesc()}
                 </p>
-                {/* <p>我猜您可能想问:</p>
+                <p>我猜您可能想问:</p>
                 {
                   questionList.map((item, index) => {
                     return (
@@ -2188,7 +2188,7 @@ function _Chat() {
                       </div>
                     )
                   })
-                } */}
+                }
               </div>
             </>
         }