暂时模板   

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
const rules = {
name: "【阅次元论坛】: ", //网站名字
type: 2, //签到类型 2 需要formhash 目前没发现不需要的,所以不用动
op: "签到", //操作名 随意 比如签到 抽奖 打卡 等等 自定义
url1: "https://www.abooky.com/plugin.php?id=k_misign:sign", //用于获取formhash的链接 随便首页或者签到页都行
cookie: config.abooky.cookie, //这个填写config里的配置名
reg1: 'formhash=(.+)"', //formhash正则 基本都用这个就可以了 不可以的话再查看源码搜索formhash
verify: "没有帐号", //验证cookie状态 没登录状态时的判定关键字
signmethod: "get", //签到请求方式 get/post
signurl: "https://www.abooky.com/plugin.php?id=k_misign:sign&operation=qiandao&format=button&formhash=@formhash", //签到链接 将链接或者如下post数据中formhash值替换为@formhash
signdata: "",签到请求为post时才需要填写
reg2: "", //重复签到判断 正则或者关键字 下同
reg3: "", //签到成功判断
info: "", //签到成功返回信息
};

async function abooky(){
const template = require("../Template");
return rules.name+await template(rules)
}
module.exports=abooky //abooky为函数名 可自行命名

签到提示形如 <id=”messagetext”>xxx

(.+?)

的无需填写reg2 reg3 以及info


本站由 @wenmoux 使用 Stellar 主题创建。
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。
陕ICP备20007652号-1 | 陕公网安备 61072202000146号

本页面访问 次 | 👀总访问 次 | 🥷总访客