Browse Source

feat:huifu

202226701008 3 months ago
parent
commit
93219b0718
2 changed files with 6 additions and 2 deletions
  1. 5 1
      AIart-app/src/app/tab3/tab3.page.html
  2. 1 1
      AIart-app/src/app/tab4/tab4.page.html

+ 5 - 1
AIart-app/src/app/tab3/tab3.page.html

@@ -19,25 +19,29 @@
       <ion-tabs>
         <ion-tab-bar slot="top">
           <ion-tab-button tab="home">
+            <ion-icon name="home-outline" slot="start"></ion-icon>
             <ion-label>推荐</ion-label>
           </ion-tab-button>
           <ion-tab-button tab="psychology">
+            <ion-icon name="film-outline" slot="start"></ion-icon>
             <ion-label>视频</ion-label>
           </ion-tab-button>
           <ion-tab-button tab="course">
+            <ion-icon name="brush-outline" slot="start"></ion-icon>
             <ion-label>绘画</ion-label>
           </ion-tab-button>
           <ion-tab-button tab="test">
+            <ion-icon name="shirt-outline" slot="start"></ion-icon>
             <ion-label>穿搭</ion-label>
           </ion-tab-button>
           <ion-tab-button tab="ebook">
+            <ion-icon name="dance-outline" slot="start"></ion-icon>
             <ion-label>舞蹈</ion-label>
           </ion-tab-button>
         </ion-tab-bar>
       </ion-tabs>
     </ion-toolbar>
   </div>
-
   <!-- 内容网格 -->
   <div class="content-grid">
     @for(artwork of artworks; track artwork.id) {

+ 1 - 1
AIart-app/src/app/tab4/tab4.page.html

@@ -20,7 +20,7 @@
         <ion-icon name="chatbubbles-outline" slot="start"></ion-icon>
         开始兴趣分析
       </ion-button>
-      <ion-button expand="block" fill="outline" class="secondary-button" (click)="restoreChat('EpfDIz4WeE')">
+      <ion-button expand="block" fill="outline" class="secondary-button" (click)="restoreChat('6Dik4d8HC4')">
         <ion-icon name="refresh-outline" slot="start"></ion-icon>
         恢复上次分析
       </ion-button>