Selaa lähdekoodia

feat: 去掉曲子:12673特殊处理

TIANYONG 5 kuukautta sitten
vanhempi
commit
396ef9cd9e
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  1. 0 5
      src/helpers/customMusicScore.ts

+ 0 - 5
src/helpers/customMusicScore.ts

@@ -1082,11 +1082,6 @@ export const setCustomNoteRealValue = () => {
 			0: 0.03125,
 		};
 	}
-	if (["12673"].includes(detailId) && ['22'].includes(partIndex)) {
-		customData.customNoteRealValue = {
-			208: 0.125,
-		};
-	}
 
     if (["12667", "12673"].includes(detailId)){
         customData.customNoteCurrentTime = true