diff --git a/project/plugins.js b/project/plugins.js index 1183a8f..76491c3 100644 --- a/project/plugins.js +++ b/project/plugins.js @@ -14341,7 +14341,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = } mousedown(px, py) { //鼠标按下时 - console.log(px, py) + //console.log(px, py) const makeBox = ([x, y], [w, h]) => { return [ [x, y], @@ -14527,9 +14527,9 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = const pageupbox = makeBox([1050, 1100], [200, 100]); const pagedownbox = makeBox([1550, 1100], [200, 100]); const musicbox = makeBox([900, 100], [1000, this.musicMx[page].length * 100]) - const beforebox = makeBox([165, 740], [50, 50]) - const afterbox = makeBox([500, 740], [50, 50]) - const playbox = makeBox([300, 700], [100, 100]) + const beforebox = makeBox([135, 740], [50, 50]) + const afterbox = makeBox([450, 740], [50, 50]) + const playbox = makeBox([250, 700], [200, 200]) const typebox = makeBox([600, 700], [100, 100]) const changebox = makeBox([100, 590], [600, 20]) const volumebox = makeBox([100, 990], [600, 20])