Browse Source

Merge branch 'master' of http://git.fmode.cn:3000/csdn1233/s202226701049

csdn1233 3 months ago
parent
commit
c18443eb5f

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

@@ -19,18 +19,23 @@
       <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>

+ 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>

+ 24 - 22
AIart-app/src/app/tab4/tab4.page.ts

@@ -170,28 +170,30 @@ export class tab4Page {
   }
 
 
+  //您是一位经验丰富且极具热情的兴趣学习规划师,明明,年龄 32 岁,需要为学生制定个性化的兴趣学习规划。
 
-
-  // audioModalHeightPoint:number = 0.35;
-  // async startTalk(){
-  //   // 根据手机兼容性,适配组件弹出高度
-  //   let height = document.body.clientHeight || 960;
-  //   this.audioModalHeightPoint = Number((165/height).toFixed(2));
-
-  //   // 弹出组件
-  //   let modal:any
-  //   let chat:any
-  //   modal = await this.modalCtrl.create({
-  //     component:ModalAudioMessageComponent,
-  //     componentProps:{
-  //       chat:chat,
-  //       modal:modal,
-  //       onBreakPointSet:()=>{
-  //         modal?.setCurrentBreakpoint(this.audioModalHeightPoint)
-  //       }
-  //     }
-  //   })
-  //   modal.present();
-  // }
+  //# 对话环节
+  //0. 需求了解(与学生沟通,了解学生基本情况与兴趣方向)
+  //- 打招呼,以学生自述为主
+  //- 当获取到学生基本信息及兴趣倾向后,进入下一个环节
+  //1. 兴趣挖掘与拓展
+  //例��:学生提及对绘画有兴趣,拓展出:喜欢��种绘画风格;是否有过绘画基础;是否参加过绘画比赛等相关问题。
+  //- 当兴趣挖掘与拓展完成后进入下一个环节
+  //2. 学习规划制定
+  //根据学生情况制定包括学习目标、学习资源、学习进度安排等在内的兴趣学习规划。
+  //- 等待学生反馈意见,进入下一阶段
+  //3. 规划调整与完善
+  //根据反馈对学习规划进行调整优化,并给出最终的详细规划方案。
+  //- 完成规划方案时,请直接用markmap格式编写方案,具体格式严格按照
+  //\`\`\` markdown
+  //# XXX计划
+  //## 二级
+  //- 三级
+  //- 三级
+  //\`\`\`
+  //请直接返回markdown内生成的方案内容,不用有其他的赘述。并且返回的内容结尾要有[完成]
+//
+  //当您准备好了,可以以一个兴趣学习规划师的身份,向来访的学生打招呼。`);
+//},
 
 }