diff --git a/config/default_config/bot.yaml b/config/default_config/bot.yaml index 919080f..0e0fc3c 100644 --- a/config/default_config/bot.yaml +++ b/config/default_config/bot.yaml @@ -22,5 +22,7 @@ online_msg: true # 上线推送通知的冷却时间 online_msg_exp: 86400 -# 签名API地址 +# 签名API地址(如:http://127.0.0.1:8080/sign?key=114514) sign_api_addr: +# 传入的QQ版本(如:8.9.63、8.9.68) +ver: \ No newline at end of file diff --git a/package.json b/package.json index 4ff66c2..4faa8dc 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "chalk": "^5.2.0", "chokidar": "^3.5.3", "https-proxy-agent": "5.0.1", - "icqq": "^0.4.11", + "icqq": "^0.4.12", "image-size": "^1.0.2", "inquirer": "^8.2.5", "lodash": "^4.17.21", diff --git a/plugins/genshin/defSet/gacha/pool.yaml b/plugins/genshin/defSet/gacha/pool.yaml index 11118c4..711b339 100644 --- a/plugins/genshin/defSet/gacha/pool.yaml +++ b/plugins/genshin/defSet/gacha/pool.yaml @@ -1,3 +1,21 @@ +- up4: + - 珐露珊 + - 罗莎莉亚 + - 烟绯 + up5: + - 珊瑚宫心海 + up5_2: + - 流浪者 + weapon5: + - 不灭月华 + - 图莱杜拉的回忆 + weapon4: + - 暗巷的酒与诗 + - 匣里龙吟 + - 钟剑 + - 匣里灭辰 + - 西风猎弓 + endTime: "2023-08-15 18:00:00" - up4: - 米卡 - 雷泽 diff --git a/plugins/genshin/defSet/pool/301.yaml b/plugins/genshin/defSet/pool/301.yaml index 7d19cae..0bd6954 100644 --- a/plugins/genshin/defSet/pool/301.yaml +++ b/plugins/genshin/defSet/pool/301.yaml @@ -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' to: '2023-07-25 17:59:59' five: diff --git a/plugins/genshin/defSet/pool/302.yaml b/plugins/genshin/defSet/pool/302.yaml index ca08f1e..f19d4d4 100644 --- a/plugins/genshin/defSet/pool/302.yaml +++ b/plugins/genshin/defSet/pool/302.yaml @@ -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' to: '2023-07-25 17:59:59' five: diff --git a/renderers/puppeteer/lib/puppeteer.js b/renderers/puppeteer/lib/puppeteer.js index 418681c..1334773 100644 --- a/renderers/puppeteer/lib/puppeteer.js +++ b/renderers/puppeteer/lib/puppeteer.js @@ -23,7 +23,7 @@ export default class PuppeteerRenderer { /** 截图次数 */ this.renderNum = 0 this.config = { - headless: Data.def(config.headless, "new"), + headless: Data.def(config.headless, true), args: Data.def(config.args, [ '--disable-gpu', '--disable-setuid-sandbox',