mirror of
https://github.com/imsyy/home.git
synced 2025-05-21 21:50:15 +09:00
fix(yrc): 关闭 debug flag
This commit is contained in:
parent
2d5a4fdfe3
commit
736b177e6c
@ -346,8 +346,8 @@ const onTimeUp = () => {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const aplayer = player.value.aplayer;
|
const aplayer = player.value.aplayer;
|
||||||
const isLineByLine = false;
|
// const isLineByLine = false;
|
||||||
// const isLineByLine = !store.yrcEnable || store.yrcTemp.length == 0 || store.yrcLoading
|
const isLineByLine = !store.yrcEnable || store.yrcTemp.length == 0 || store.yrcLoading
|
||||||
if (isLineByLine) {
|
if (isLineByLine) {
|
||||||
return syncLrc();
|
return syncLrc();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user