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

feat: stringendo识别为渐快

TIANYONG пре 2 недеља
родитељ
комит
c0d06e9a2c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/helpers/calcSpeed.ts

+ 1 - 0
src/helpers/calcSpeed.ts

@@ -42,6 +42,7 @@ export const speedInfo: { [key in string]: number } = {
 	slowly: 1.333333333,
 	faster: 1.333333333,
 	"molto allargando": 1.333333333,
+	stringendo: 0.8,
 };
 
 /**