فهرست منبع

feat: 引导页逻辑修改

TIANYONG 1 سال پیش
والد
کامیت
71c96e542b

+ 1 - 1
osmd-extended

@@ -1 +1 @@
-Subproject commit e03ba1e2df6bd1cb77dbd6e96dd59464bdf5fdce
+Subproject commit c93a4a7073b15fdad930909dc2cfd87f0f5eab04

+ 1 - 1
src/page-instrument/custom-plugins/guide-page/student-bottom.tsx

@@ -93,7 +93,7 @@ export default defineComponent({
 		  }
 	  
 	  
-		  if (guideInfo.value && guideInfo.value.studentB || !query.showGuide) {
+		  if (guideInfo.value && guideInfo.value.studentB) {
 			tipShow.value = false;
 		  } else {
 			tipShow.value = true;

+ 1 - 1
src/page-instrument/custom-plugins/guide-page/teacher-top.tsx

@@ -155,7 +155,7 @@ export default defineComponent({
     }
 
 
-    if (guideInfo.value && guideInfo.value.teacherTop || !query.showGuide) {
+    if (guideInfo.value && guideInfo.value.teacherTop) {
       tipShow.value = false;
     } else {
       tipShow.value = true;

+ 5 - 0
src/state.ts

@@ -242,6 +242,11 @@ export const musicalInstrumentCodeInfo = [
     code: 'Baroque Recorder',
     id: 38
   },
+  {
+    name: '高音陶笛',
+    code: 'Whistling',
+    id: 39
+  },
 ]
 
 const state = reactive({