Browse Source

feat: stringendo识别为渐快

TIANYONG 6 tháng trước cách đây
mục cha
commit
c0d06e9a2c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,
 };
 
 /**