Pre Merge pull request !48 from touchscale/master
This commit is contained in:
commit
0910fee328
|
@ -1,3 +1,21 @@
|
|||
- up4:
|
||||
- 绮良良
|
||||
- 云堇
|
||||
- 重云
|
||||
up5:
|
||||
- 宵宫
|
||||
up5_2:
|
||||
- 八重神子
|
||||
weapon5:
|
||||
- 飞雷之弦振
|
||||
- 神乐之真意
|
||||
weapon4:
|
||||
- 恶王丸
|
||||
- 笛剑
|
||||
- 匣里灭辰
|
||||
- 流浪乐章
|
||||
- 弓藏
|
||||
endTime: "2023-06-13 18:00:00"
|
||||
- up4:
|
||||
- 卡维
|
||||
- 坎蒂丝
|
||||
|
|
|
@ -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'
|
||||
to: '2023-05-23 14:59:59'
|
||||
five:
|
||||
|
|
|
@ -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'
|
||||
to: '2023-05-23 14:59:59'
|
||||
five:
|
||||
|
@ -41,7 +53,7 @@
|
|||
- 赤沙之杖
|
||||
four:
|
||||
- 暗巷闪光
|
||||
- 暗香猎手
|
||||
- 暗巷猎手
|
||||
- 祭礼大剑
|
||||
- 匣里灭辰
|
||||
- 昭心
|
||||
|
|
|
@ -577,6 +577,19 @@
|
|||
- 叶澜
|
||||
- 腋兰
|
||||
- 夜天后
|
||||
10000061:
|
||||
- 绮良良
|
||||
- Kirara
|
||||
- kirara
|
||||
- 琦良良
|
||||
- 崎良良
|
||||
- 草猫
|
||||
- 猫又
|
||||
- 宅急便
|
||||
- 草猫宅急便
|
||||
- 送货员
|
||||
- 快递员
|
||||
- 草猫快递
|
||||
10000062:
|
||||
- 埃洛伊
|
||||
- Aloy
|
||||
|
|
|
@ -95,3 +95,4 @@ four:
|
|||
- 10000077
|
||||
- 10000080
|
||||
- 10000081
|
||||
- 10000061
|
Binary file not shown.
After Width: | Height: | Size: 99 KiB |
|
@ -10,7 +10,7 @@ chromiumPath:
|
|||
puppeteerWS:
|
||||
|
||||
# headless
|
||||
headless: 'new'
|
||||
headless: "new"
|
||||
|
||||
# puppeteer启动args,注意args的--前缀
|
||||
args:
|
||||
|
|
|
@ -23,7 +23,7 @@ export default class PuppeteerRenderer {
|
|||
/** 截图次数 */
|
||||
this.renderNum = 0
|
||||
this.config = {
|
||||
headless: Data.def(config.headless, true),
|
||||
headless: Data.def(config.headless, "new"),
|
||||
args: Data.def(config.args, [
|
||||
'--disable-gpu',
|
||||
'--disable-setuid-sandbox',
|
||||
|
|
Loading…
Reference in New Issue