fix:#I8KYEI (#331)

This commit is contained in:
枫叶 2023-12-02 03:14:03 +08:00 committed by GitHub
parent 6227c16d55
commit 6f05c34184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -69,7 +69,6 @@ export class ledger extends plugin {
if (!data) return if (!data) return
/** 生成图片 */ /** 生成图片 */
let img = await puppeteer.screenshot(`${data.srtempFile}ledgerCount`, data) this.renderImg('genshin', `html/ledger/ledger-count-${data.game}`, data)
if (img) await this.reply(img)
} }
} }