Jelajahi Sumber

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

Ryuiso 1 Minggu lalu
induk
melakukan
45ffe6a58f
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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>
             </>
         }