fix:I7MKS4

This commit is contained in:
touchscale 2023-07-20 14:27:22 +08:00
parent 8b5119addd
commit 57e820d0f7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export default class PuppeteerRenderer {
/** 截图次数 */ /** 截图次数 */
this.renderNum = 0 this.renderNum = 0
this.config = { this.config = {
headless: Data.def(config.headless, "new"), headless: Data.def(config.headless, true),
args: Data.def(config.args, [ args: Data.def(config.args, [
'--disable-gpu', '--disable-gpu',
'--disable-setuid-sandbox', '--disable-setuid-sandbox',