减少时间

This commit is contained in:
lyswhut 2022-01-05 15:47:27 +08:00
parent 126fd316f0
commit 984bd6687b

View File

@ -164,14 +164,14 @@ const debounceUpdateMetaInfoTools = {
_track = null
// isDelayRun = false
fn(track)
}, 1500)
}, 1200)
} else {
isDelayRun = true
fn(track)
BackgroundTimer.setTimeout(() => {
// delayTimer = null
isDelayRun = false
}, 1500)
}, 1200)
}
}
},