代码拉取完成,页面将自动刷新
//作者860563585
//项目地址https://gitee.com/HanaHimeUnica/yzjs
import _ from 'lodash'
import puppeteer from '../../lib/puppeteer/puppeteer.js'
import plugin from '../../lib/plugins/plugin.js'
const _path = process.cwd() + '/data/wdcnl'
const cnl = `${_path}/超能力/`;
const ds = `${_path}/但是/`;
const zy = `${_path}/主义/`;
export class example extends plugin {
constructor() {
super({
/** 功能名称 */
name: '我的超能力',
/** 功能描述 */
dsc: '我的超能力',
priority: 1000,
rule: [
{
reg: '^#*(我|他|她|它)的超?能力(是什么)*$',
fnc: 'kkcnl'
}
]
})
}
async kkcnl() {
let file = cnl
let number = Math.floor(Math.random() * (24 - 1) + 1)
let cnl_URL = file + number.toString() + '.png'
let file1 = ds
let number1 = Math.floor(Math.random() * (17 - 1) + 1)
let ds_URL = file1 + number1.toString() + '.png'
let file2 = zy
let number2 = Math.floor(Math.random() * (24 - 1) + 1)
let zy_URL = file2 + number2.toString() + '.png'
let data = {
tplFile: `${_path}/wdcnl.html`,
超能力: cnl_URL,
但是: ds_URL,
主义: zy_URL,
}
let img = await puppeteer.screenshot('wdcnl', data)
if (img) await this.e.reply(_.concat(img))
return true //返回true 阻挡消息不再往下
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。