Pre Merge pull request !48 from touchscale/master

This commit is contained in:
touchscale 2023-05-27 01:33:00 +00:00 committed by Gitee
commit 0910fee328
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
8 changed files with 57 additions and 3 deletions

View File

@ -1,3 +1,21 @@
- up4:
- 绮良良
- 云堇
- 重云
up5:
- 宵宫
up5_2:
- 八重神子
weapon5:
- 飞雷之弦振
- 神乐之真意
weapon4:
- 恶王丸
- 笛剑
- 匣里灭辰
- 流浪乐章
- 弓藏
endTime: "2023-06-13 18:00:00"
- up4: - up4:
- 卡维 - 卡维
- 坎蒂丝 - 坎蒂丝

View File

@ -1,3 +1,13 @@
- from: '2023-05-24 06:00:00'
to: '2023-06-13 17:59:59'
five:
- 宵宫
- 八重神子
four:
- 绮良良
- 云堇
- 重云
name: 焰色天河|华紫樱绯
- from: '2023-05-02 18:00:00' - from: '2023-05-02 18:00:00'
to: '2023-05-23 14:59:59' to: '2023-05-23 14:59:59'
five: five:

View File

@ -1,3 +1,15 @@
- from: '2023-05-24 06:00:00'
to: '2023-06-13 17:59:59'
five:
- 飞雷之弦振
- 神乐之真意
four:
- 恶王丸
- 笛剑
- 匣里灭辰
- 流浪乐章
- 弓藏
name: 神铸赋形
- from: '2023-05-02 18:00:00' - from: '2023-05-02 18:00:00'
to: '2023-05-23 14:59:59' to: '2023-05-23 14:59:59'
five: five:
@ -41,7 +53,7 @@
- 赤沙之杖 - 赤沙之杖
four: four:
- 暗巷闪光 - 暗巷闪光
- 猎手 - 猎手
- 祭礼大剑 - 祭礼大剑
- 匣里灭辰 - 匣里灭辰
- 昭心 - 昭心

View File

@ -577,6 +577,19 @@
- 叶澜 - 叶澜
- 腋兰 - 腋兰
- 夜天后 - 夜天后
10000061:
- 绮良良
- Kirara
- kirara
- 琦良良
- 崎良良
- 草猫
- 猫又
- 宅急便
- 草猫宅急便
- 送货员
- 快递员
- 草猫快递
10000062: 10000062:
- 埃洛伊 - 埃洛伊
- Aloy - Aloy

View File

@ -95,3 +95,4 @@ four:
- 10000077 - 10000077
- 10000080 - 10000080
- 10000081 - 10000081
- 10000061

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

View File

@ -10,7 +10,7 @@ chromiumPath:
puppeteerWS: puppeteerWS:
# headless # headless
headless: 'new' headless: "new"
# puppeteer启动args注意args的--前缀 # puppeteer启动args注意args的--前缀
args: args:

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, true), headless: Data.def(config.headless, "new"),
args: Data.def(config.args, [ args: Data.def(config.args, [
'--disable-gpu', '--disable-gpu',
'--disable-setuid-sandbox', '--disable-setuid-sandbox',