TIANYONG 1 gadu atpakaļ
vecāks
revīzija
c2548cb1a6

+ 1 - 1
src/page-instrument/header-top/index.tsx

@@ -374,7 +374,7 @@ export default defineComponent({
               <span>{state.playSource === "music" ? "原声" : "伴奏"}</span>
             </div>
             <div
-              class={[styles.btn, (state.playState === "play" && fingeringBtn.value.disabled) && styles.disabled]}
+              class={[styles.btn]}
               onClick={async () => {
                 metronomeData.disable = !metronomeData.disable;
                 metronomeData.metro?.initPlayer();

+ 4 - 1
src/view/fingering/fingering-config.ts

@@ -137,7 +137,7 @@ export const mappingVoicePart = (
 			"Flute": 2,
 			"Flute 1": 2,
 			"Flute 2": 2,
-			"Oboe": 4,
+			"Oboe": 1,
 			"Clarinet in Bb 1": 4,
 			"Clarinet in Bb 2": 4,
 			"Alto Clarinet in Eb": 4,
@@ -149,8 +149,11 @@ export const mappingVoicePart = (
 			"Trumpet in Bb 1": 12,
 			"Trumpet in Bb 2": 12,
 			"Horn in F": 13,
+			"Horn in F 1": 13,
+			"Horn in F 2": 13,
 			"Trombone 1": 14,
 			"Trombone 2": 14,
+			"Trombone 3": 14,
 			"Euphonium": 15,
 			"Tuba": 17,
 			"Chimes": 1,

+ 20 - 20
src/view/fingering/index.module.less

@@ -17,26 +17,26 @@
     flex: 1;
   }
 
-  &::before {
-    content: '';
-    position: absolute;
-    left: 0;
-    top: 0;
-    right: 0;
-    height: 30px;
-    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
-    z-index: 1;
-  }
-  &::after {
-    content: '';
-    position: absolute;
-    left: 0;
-    bottom: 0;
-    right: 0;
-    height: 30px;
-    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
-    z-index: 1;
-  }
+  // &::before {
+  //   content: '';
+  //   position: absolute;
+  //   left: 0;
+  //   top: 0;
+  //   right: 0;
+  //   height: 30px;
+  //   background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
+  //   z-index: 1;
+  // }
+  // &::after {
+  //   content: '';
+  //   position: absolute;
+  //   left: 0;
+  //   bottom: 0;
+  //   right: 0;
+  //   height: 30px;
+  //   background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
+  //   z-index: 1;
+  // }
 }
 
 .imgs {