cpy hace 4 meses
padre
commit
04a8b7efa5

+ 1 - 1
FitMind-app/src/app/page-skill/page-skill.component.html

@@ -3,7 +3,7 @@
     <ion-buttons slot="start"> <!-- 添加按钮组 -->
       <ion-back-button defaultHref="/"></ion-back-button> <!-- 返回按钮 -->
     </ion-buttons>
-    <ion-title>技巧页面</ion-title>
+    <ion-title>教程页面</ion-title>
   </ion-toolbar>
 </ion-header>
 

+ 1 - 1
FitMind-app/src/app/page-teach/page-teach.component.html

@@ -3,7 +3,7 @@
     <ion-buttons slot="start"> <!-- 添加按钮组 -->
       <ion-back-button defaultHref="/"></ion-back-button> <!-- 返回按钮 -->
     </ion-buttons>
-    <ion-title>教程页面</ion-title>
+    <ion-title>技巧页面</ion-title>
   </ion-toolbar>
 </ion-header>