!68 fix:#I7MKS4,更新原神3.8下半卡池,icqq更新,配置文件新增传入的QQ版本
Merge pull request !68 from touchscale/master
This commit is contained in:
commit
43430b077a
|
@ -22,5 +22,7 @@ online_msg: true
|
||||||
# 上线推送通知的冷却时间
|
# 上线推送通知的冷却时间
|
||||||
online_msg_exp: 86400
|
online_msg_exp: 86400
|
||||||
|
|
||||||
# 签名API地址
|
# 签名API地址(如:http://127.0.0.1:8080/sign?key=114514)
|
||||||
sign_api_addr:
|
sign_api_addr:
|
||||||
|
# 传入的QQ版本(如:8.9.63、8.9.68)
|
||||||
|
ver:
|
|
@ -21,7 +21,7 @@
|
||||||
"chalk": "^5.2.0",
|
"chalk": "^5.2.0",
|
||||||
"chokidar": "^3.5.3",
|
"chokidar": "^3.5.3",
|
||||||
"https-proxy-agent": "5.0.1",
|
"https-proxy-agent": "5.0.1",
|
||||||
"icqq": "^0.4.11",
|
"icqq": "^0.4.12",
|
||||||
"image-size": "^1.0.2",
|
"image-size": "^1.0.2",
|
||||||
"inquirer": "^8.2.5",
|
"inquirer": "^8.2.5",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
|
|
|
@ -1,3 +1,21 @@
|
||||||
|
- up4:
|
||||||
|
- 珐露珊
|
||||||
|
- 罗莎莉亚
|
||||||
|
- 烟绯
|
||||||
|
up5:
|
||||||
|
- 珊瑚宫心海
|
||||||
|
up5_2:
|
||||||
|
- 流浪者
|
||||||
|
weapon5:
|
||||||
|
- 不灭月华
|
||||||
|
- 图莱杜拉的回忆
|
||||||
|
weapon4:
|
||||||
|
- 暗巷的酒与诗
|
||||||
|
- 匣里龙吟
|
||||||
|
- 钟剑
|
||||||
|
- 匣里灭辰
|
||||||
|
- 西风猎弓
|
||||||
|
endTime: "2023-08-15 18:00:00"
|
||||||
- up4:
|
- up4:
|
||||||
- 米卡
|
- 米卡
|
||||||
- 雷泽
|
- 雷泽
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
- from: '2023-07-25 18:00:00'
|
||||||
|
to: '2023-08-15 14:59:59'
|
||||||
|
five:
|
||||||
|
- 珊瑚宫心海
|
||||||
|
- 流浪者
|
||||||
|
four:
|
||||||
|
- 珐露珊
|
||||||
|
- 罗莎莉亚
|
||||||
|
- 烟绯
|
||||||
|
name: 浮岳虹珠|余火变相
|
||||||
- from: '2023-07-05 06:00:00'
|
- from: '2023-07-05 06:00:00'
|
||||||
to: '2023-07-25 17:59:59'
|
to: '2023-07-25 17:59:59'
|
||||||
five:
|
five:
|
||||||
|
|
|
@ -1,3 +1,15 @@
|
||||||
|
- from: '2023-07-25 18:00:00'
|
||||||
|
to: '2023-08-15 14:59:59'
|
||||||
|
five:
|
||||||
|
- 不灭月华
|
||||||
|
- 图莱杜拉的回忆
|
||||||
|
four:
|
||||||
|
- 暗巷的酒与诗
|
||||||
|
- 匣里龙吟
|
||||||
|
- 钟剑
|
||||||
|
- 匣里灭辰
|
||||||
|
- 西风猎弓
|
||||||
|
name: 神铸赋形
|
||||||
- from: '2023-07-05 06:00:00'
|
- from: '2023-07-05 06:00:00'
|
||||||
to: '2023-07-25 17:59:59'
|
to: '2023-07-25 17:59:59'
|
||||||
five:
|
five:
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue