Compare commits

..

No commits in common. "c33844f278218fc559e787d49fe0798b20f18e8f" and "11cb4f0ed80d34276cf07379f15f912ab02df2a6" have entirely different histories.

View File

@ -8830,16 +8830,16 @@ core.plugin.animate = {
} }
if (core.domStyle.isVertical) { if (core.domStyle.isVertical) {
//竖屏 //竖屏
const pageupbox = makeBox([30, 380], [144, 144]) const pageupbox = makeBox([33, 384], [144, 136])
const pagedownbox = makeBox([30, 1080], [144, 144]) const pagedownbox = makeBox([33, 1080], [144, 190])
const imagebox0 = makeBox([200, 300], [480, 320]) const imagebox0 = makeBox([200, 300], [680, 320])
const imagebox1 = makeBox([200, 750], [480, 320]) const imagebox1 = makeBox([200, 750], [680, 1070])
const imagebox2 = makeBox([200, 1200], [480, 320]) const imagebox2 = makeBox([200, 1200], [680, 1520])
const imagebox3 = makeBox([700, 300], [480, 320]) const imagebox3 = makeBox([700, 300], [1200, 600])
const imagebox4 = makeBox([700, 850], [480, 320]) const imagebox4 = makeBox([700, 850], [1200, 1050])
const imagebox5 = makeBox([700, 1300], [480, 320]) const imagebox5 = makeBox([700, 1300], [1200, 1500])
if (inRect(pos, pageupbox)) { if (inRect(pos, pageupbox)) {
//2代表当前最大页数-1 //2代表当前最大页数-1
if (page < 2) { if (page < 2) {
@ -8916,14 +8916,15 @@ core.plugin.animate = {
} }
} }
} else { } else {
const pageupbox = makeBox([30, 340], [144, 144]) const pageupbox = makeBox([33, 342], [144, 129])
const pagedownbox = makeBox([30, 840], [144, 144]) const pagedownbox = makeBox([33, 837], [144, 138])
const imagebox0 = makeBox([300, 300], [480, 320]) const imagebox0 = makeBox([300, 300], [780, 620])
const imagebox1 = makeBox([800, 300], [480, 320]) const imagebox1 = makeBox([800, 300], [1280, 620])
const imagebox2 = makeBox([1300, 300], [480, 320]) const imagebox2 = makeBox([1300, 300], [1280, 620])
const imagebox3 = makeBox([300, 750], [480, 320])
const imagebox4 = makeBox([800, 750], [480, 320]) const imagebox3 = makeBox([300, 750], [780, 1070])
const imagebox5 = makeBox([1300, 750], [480, 320]) const imagebox4 = makeBox([800, 750], [1280, 1070])
const imagebox5 = makeBox([1300, 750], [1780, 1070])
if (inRect(pos, pageupbox)) { if (inRect(pos, pageupbox)) {
if (page < 2) { if (page < 2) {
page++; page++;