page-ai-chat.component.html 342 B

12345678
  1. <div class="button-container">
  2. <ion-button fill="clear" (click)="openFashionChat()" class="chat-button">开始新聊天</ion-button>
  3. <ion-button fill="clear" (click)="restoreChat(chatId)" class="chat-button">继续上次聊天</ion-button>
  4. <ion-button fill="clear" (click)="goaichat()" class="chat-button">聊天</ion-button>
  5. </div>