music mode
This commit is contained in:
parent
7ac77f58aa
commit
7a06a219bb
@ -14314,7 +14314,6 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
||||
})
|
||||
|
||||
audio.addEventListener('ended', function () {
|
||||
console.log(1)
|
||||
switch (main.core.ui.music.type) {
|
||||
case 'danqu':
|
||||
audio.currentTime = 0
|
||||
@ -14576,6 +14575,9 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
||||
}
|
||||
}
|
||||
mousemove(px, py) {
|
||||
if (core.domStyle.isVertical) {
|
||||
|
||||
} else {
|
||||
if (ischange) {
|
||||
const time = Math.min(Math.max(Math.floor((px - 100) / 600 * audio.duration), 0), audio.duration)
|
||||
|
||||
@ -14588,6 +14590,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
drawUI() {
|
||||
//绘制页面
|
||||
|
Loading…
Reference in New Issue
Block a user