!25 update renderers/puppeteer/lib/puppeteer.js.

Merge pull request !25 from ikuaki1009/N/A
This commit is contained in:
Yoimiya 2023-04-19 20:16:15 +00:00 committed by Gitee
commit 341eb41607
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ export default class PuppeteerRenderer {
}) })
} }
if (i !== 1 && i <= num) { if (i !== 1 && i <= num) {
await page.evaluate(() => window.scrollBy(0, pageHeight)) await page.evaluate(pageHeight => window.scrollBy(0, pageHeight), pageHeight)
} }
if (num === 1) { if (num === 1) {
buff = await body.screenshot(randData) buff = await body.screenshot(randData)