mirror of
https://github.com/fmz200/wool_scripts.git
synced 2026-05-03 14:16:46 +08:00
更新 PingMeSignin.js
This commit is contained in:
@ -165,6 +165,7 @@ function notifyDone(title, body) {
|
||||
|
||||
// 执行开始
|
||||
if (typeof $request !== 'undefined' && $request) { // 抓包获取签到参数
|
||||
console.log("开始获取签到参数");
|
||||
const capture = {
|
||||
url: $request.url,
|
||||
paramsRaw: parseRawQuery($request.url),
|
||||
@ -179,6 +180,7 @@ if (typeof $request !== 'undefined' && $request) { // 抓包获取签到参数
|
||||
// $done({});
|
||||
$.done();
|
||||
} else { // 签到
|
||||
console.log("开始运行签到");
|
||||
// const raw = $prefs.valueForKey(ckKey);
|
||||
const raw = $.getdata(ckKey);
|
||||
if (!raw) {
|
||||
|
||||
Reference in New Issue
Block a user