|
@@ -92,8 +92,9 @@ export const useMp3s = async (detail: MusicSheelDetail) => {
|
|
|
detailState.isAppPlay = detail.audioType === 'MIDI'
|
|
|
// 如果后台有速度
|
|
|
if (detail.playSpeed && detail.playSpeed !== "") {
|
|
|
- detailState.playSpeed = detail.playSpeed ? parseFloat(String(detail.playSpeed)) : 100;
|
|
|
- detailState.baseSpeed = detailState.playSpeed
|
|
|
+ // detailState.playSpeed = detail.playSpeed ? parseFloat(String(detail.playSpeed)) : 100;
|
|
|
+ // detailState.baseSpeed = detailState.playSpeed
|
|
|
+ detailState.temporarySpeed = detail.playSpeed ? parseFloat(String(detail.playSpeed)) : 90;
|
|
|
}
|
|
|
let defaultExtConfigJson = {
|
|
|
skipTick: false,
|