mirror of
https://github.com/Sliverkiss/QuantumultX.git
synced 2025-12-19 00:04:47 +08:00
雀巢
This commit is contained in:
@@ -50,6 +50,28 @@
|
|||||||
"desc": "我的 --> 手动签到一次"
|
"desc": "我的 --> 手动签到一次"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},{
|
||||||
|
"id": "nestle",
|
||||||
|
"name": "雀巢会员俱乐部",
|
||||||
|
"script": "",
|
||||||
|
"author": "@Sliverkiss",
|
||||||
|
"repo": "",
|
||||||
|
"icons": [
|
||||||
|
"https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/Nestle.png",
|
||||||
|
"https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/Nestle.png"
|
||||||
|
],
|
||||||
|
"keys": ["qc_data"],
|
||||||
|
"descs_html": ["打开小程序->我的,若提示获取Cookie成功则可以使用该脚本"],
|
||||||
|
"settings": [
|
||||||
|
{
|
||||||
|
"id": "qc_data",
|
||||||
|
"name": "qc_data",
|
||||||
|
"val": "",
|
||||||
|
"type": "textarea",
|
||||||
|
"placeholder": "",
|
||||||
|
"desc": "打开小程序->我的,若提示获取Cookie成功则可以使用该脚本"
|
||||||
|
}
|
||||||
|
]
|
||||||
},{
|
},{
|
||||||
"id": "yuheng.95598",
|
"id": "yuheng.95598",
|
||||||
"name": "网上国网",
|
"name": "网上国网",
|
||||||
|
|||||||
BIN
icon/Nestle.png
Normal file
BIN
icon/Nestle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@@ -106,6 +106,9 @@
|
|||||||
},{
|
},{
|
||||||
"config":"0 * * * * https://raw.githubusercontent.com/MCdasheng/QuantumultX/main/Scripts/myScripts/TestFlight.js, tag=TestFlight自动加入, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/testflight.png, enabled=true",
|
"config":"0 * * * * https://raw.githubusercontent.com/MCdasheng/QuantumultX/main/Scripts/myScripts/TestFlight.js, tag=TestFlight自动加入, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/testflight.png, enabled=true",
|
||||||
"addons":"https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/task/testflight.conf,tag=TestFlight自动加入获取appId"
|
"addons":"https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/task/testflight.conf,tag=TestFlight自动加入获取appId"
|
||||||
|
},{
|
||||||
|
"config": "21 30 0 * * * https://gist.githubusercontent.com/Sliverkiss/f533ada8d658a0cbbe4b2e791c3b0ac8/raw/be3d9b74fe1cde69e6d39b599e5526110c996958/nestle.js, tag=雀巢会员俱乐部签到,img-url=https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/Nestle.png, enabled=false",
|
||||||
|
"addons": "https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/task/nestle.conf, tag=雀巢获取token"
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
12
task/nestle.conf
Normal file
12
task/nestle.conf
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# @name 雀巢会员俱乐部签到所需参数获取
|
||||||
|
# @version v1.1.0
|
||||||
|
# @description 用于 quantumultx 获取雀巢会员俱乐部签到任务所需各项参数的重写文件
|
||||||
|
# @author Sliverkiss
|
||||||
|
# @homepage https://github.com/Sliverkiss/QuantumultX
|
||||||
|
# @license MIT
|
||||||
|
|
||||||
|
# mitm
|
||||||
|
hostname = crm.nestlechinese.com
|
||||||
|
|
||||||
|
# 获取雀巢会员俱乐部签到需要的各项参数
|
||||||
|
^https:\/\/crm.nestlechinese.com\/openapi\/pointsservice\/api\/Points\/getuserbalance url script-request-header https://gist.githubusercontent.com/Sliverkiss/f533ada8d658a0cbbe4b2e791c3b0ac8/raw/be3d9b74fe1cde69e6d39b599e5526110c996958/nestle.js
|
||||||
Reference in New Issue
Block a user