Преглед изворни кода

Merge branch 'feature-tianyong' into klx-test

TIANYONG пре 5 месеци
родитељ
комит
94f1ff74fe

+ 4 - 0
src/helpers/formateMusic.ts

@@ -31,6 +31,10 @@ const hideSpeedWords: string[] = ["中速"];
  * @returns 节拍器的时间
  */
 export const getFixTime = (speed: number) => {
+	// 如果是midi,不计算mp3节拍器时长
+	if (state.isAppPlay) {
+		return 0;
+	}
 	const duration: any = getDuration(state.osmd as unknown as OpenSheetMusicDisplay);
 	let numerator = duration.numerator || 0;
 	let denominator = duration.denominator || 4;

+ 1 - 1
src/page-instrument/header-top/index.module.less

@@ -497,7 +497,7 @@
         position: absolute;
         left: 50%;
         top: 10px;
-        transform: translateX(-50%);
+        transform: translateX(-50%) scale(1.1);
     }
 
     .modeBox {

+ 2 - 1
src/view/abnormal-pop/index.module.less

@@ -107,6 +107,7 @@
     flex-direction: column;
     justify-content: center;
     align-items: center;
+    transform: translateY(-14px);
     .loadingIcon {
         width: 118px;
     }
@@ -114,7 +115,7 @@
         font-size: 16px;
         color: #fff;
         line-height: 20px;
-        margin-bottom: 24px;
+        margin: 8px 0 18px;
     }
     .loadingClose {
         font-weight: 400;

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
src/view/fingering/fingering-img/hulusi-flute0/index.json


Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
src/view/fingering/fingering-img/pan-flute/index.json


Неке датотеке нису приказане због велике количине промена