sqj 2 달 전
부모
커밋
77487b657f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      FitMind-app/src/app/page-ai-chat/page-ai-chat.component.html
  2. 1 1
      FitMind-app/src/app/page-ai-chat/page-ai-chat.component.ts

+ 1 - 1
FitMind-app/src/app/page-ai-chat/page-ai-chat.component.html

@@ -1,7 +1,7 @@
 <div class="button-container">
   <ion-button fill="clear" (click)="openFashionChat()" class="chat-button">开始新聊天</ion-button>
   <ion-button fill="clear" (click)="restoreChat(chatId)" class="chat-button">继续上次聊天</ion-button>
-  <ion-button fill="clear" (click)="goaichat()" class="chat-button">聊天</ion-button>
+ 
 </div>
 
 

+ 1 - 1
FitMind-app/src/app/page-ai-chat/page-ai-chat.component.ts

@@ -74,7 +74,7 @@ openFashionChat(){
         if(content?.indexOf("[运动方案完成]")>-1){
           console.log("运动方案已完成")
           consult.set({
-            content:content // 穿搭方案内容
+            content:content 
           })
           consult.save();
         }