fix PingMe signin
This commit is contained in:
@ -2,11 +2,11 @@
|
||||
@Name:PingMe 自动化签到+视频奖励
|
||||
@Author:怎么肥事 https://raw.githubusercontent.com/ZenmoFeiShi/Qx/refs/heads/main/PingMe.js
|
||||
@modify 奶思做了修改,理论支持 Qx,Loon,Surge,Egern,ShadowRocket,青龙
|
||||
@date 2026-04-16 14:00:00
|
||||
@date 2026-04-17 14:00:00
|
||||
|
||||
============QuanX============
|
||||
[rewrite_local]
|
||||
^https:\/\/api\.pingmeapp\.net\/app\/queryBalanceAndBonus url script-request-header https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/PingMe/PingMeSignin.js
|
||||
^https:\/\/api\.pingmeapp\.net\/app\/queryBalanceAndBonus url script-request-header https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/cookie/get_cookie.js
|
||||
|
||||
[task_local]
|
||||
30 8,20 * * * https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/PingMe/PingMeSignin.js, img-url=https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/PingMe.png, tag=PingMe签到, enabled=true
|
||||
@ -167,7 +167,7 @@ function notifyDone(title, body) {
|
||||
startTasks().then(r => $.done());
|
||||
|
||||
async function startTasks() {
|
||||
if (typeof $request !== 'undefined' && $request) { // 抓包获取签到参数
|
||||
/*if (typeof $request !== 'undefined' && $request) { // 抓包获取签到参数
|
||||
console.log("开始获取签到参数");
|
||||
const capture = {
|
||||
url: $request.url,
|
||||
@ -182,7 +182,7 @@ async function startTasks() {
|
||||
console.log(`【${scriptName}】capture:\n${JSON.stringify(capture, null, 2)}`);
|
||||
// $done({});
|
||||
$.done();
|
||||
} else { // 签到
|
||||
} else {*/ // 签到
|
||||
console.log("开始运行签到");
|
||||
// const raw = $prefs.valueForKey(ckKey);
|
||||
const raw = $.getdata(ckKey);
|
||||
@ -291,7 +291,7 @@ async function startTasks() {
|
||||
}
|
||||
$.done();
|
||||
});
|
||||
}
|
||||
/*}*/
|
||||
}
|
||||
|
||||
// API start
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -6,7 +6,7 @@
|
||||
"repo": "https://github.com/fmz200/wool_scripts",
|
||||
"desc": "订阅大多都支持多账号,协定数据格式如下:有主键的用JSON,没有主键的拼接用#分割用@。\n例如{\"uid1\": \"token1\", \"uid2\": \"token2\",\"uid3\": \"token3\"}和uid1#token1@uid2#token2@uid3#token3",
|
||||
"raw": "https://raw.githubusercontent.com/fmz200/wool_scripts/refs/heads/main/boxjs/fmz200_boxjs.json",
|
||||
"date": "更新日期:2025-08-10 10:00:00",
|
||||
"date": "更新日期:2026-04-17 14:00:00",
|
||||
"apps": [
|
||||
{
|
||||
"id": "fmz200_xiaohongshu",
|
||||
@ -391,6 +391,38 @@
|
||||
"https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/chery.png",
|
||||
"https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/chery.png"
|
||||
]
|
||||
},{
|
||||
"id": "fmz200_PingMe",
|
||||
"name": "PingMe每日签到",
|
||||
"keys": [
|
||||
"pingme_capture_v3"
|
||||
],
|
||||
"descs_html": [
|
||||
"打开APP获取,可到代理工具脚本日志中查看获取到的数据"
|
||||
],
|
||||
"settings": [
|
||||
{
|
||||
"id": "pingme_capture_v3",
|
||||
"name": "",
|
||||
"val": "",
|
||||
"desc": "",
|
||||
"type": "textarea",
|
||||
"autoGrow": true,
|
||||
"rows": 8
|
||||
}
|
||||
],
|
||||
"author": "@ZenmoFeiShi, @fmz200",
|
||||
"repo": "https://github.com/fmz200/wool_scripts",
|
||||
"scripts": [
|
||||
{
|
||||
"name": "PingMe每日签到",
|
||||
"script": "https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/PingMe/PingMeSignin.js"
|
||||
}
|
||||
],
|
||||
"icons": [
|
||||
"https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/PingMe.png",
|
||||
"https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/PingMe.png"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "fmz200_airport_notice",
|
||||
|
||||
Reference in New Issue
Block a user