mirror of
https://github.com/Sliverkiss/QuantumultX.git
synced 2025-12-16 23:09:36 +08:00
夸克网盘
This commit is contained in:
@@ -27,6 +27,28 @@
|
||||
"desc": "抓包www.iios.fun域名下的Authorization,填写到iios_data,多账号用@分割"
|
||||
}
|
||||
]
|
||||
},{
|
||||
"id": "quark",
|
||||
"name": "夸克网盘",
|
||||
"script": "",
|
||||
"author": "@Sliverkiss",
|
||||
"repo": "",
|
||||
"icons": [
|
||||
"https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/Quark.png",
|
||||
"https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/Quark.png"
|
||||
],
|
||||
"keys": ["quark_data"],
|
||||
"descs_html": ["手动签到一次,若提示获取cookie成功则可以使用该脚本"],
|
||||
"settings": [
|
||||
{
|
||||
"id": "quark_data",
|
||||
"name": "quark_data",
|
||||
"val": "",
|
||||
"type": "textarea",
|
||||
"placeholder": "",
|
||||
"desc": "抓https://drive-m.quark.cn/1/clouddrive/capacity/growth/sign接口的kps、sign、vcode,用#连接,填写到quark_data,多账号用@分割"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "acfun",
|
||||
|
||||
BIN
icon/Quark.png
Normal file
BIN
icon/Quark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
@@ -111,6 +111,9 @@
|
||||
"addons": "https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/task/nestle.conf, tag=雀巢获取token"
|
||||
},{
|
||||
"config": "11 5 * * * https://gist.githubusercontent.com/Sliverkiss/3d9c00790143eba146c3ba798eda4696/raw/switch520.js, tag=Switch520签到,img-url=https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/Switch.png, enabled=false",
|
||||
},{
|
||||
"config": "10 0 * * * https://gist.githubusercontent.com/Sliverkiss/2694a665b4e52d8788c18394201ff3eb/raw/fbbe64ff244b8b8eb12cfc355fe08bedf4a92637/quarkcloud.js, tag=夸克网盘签到签到, img-url=https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/Quark.png, enabled=false",
|
||||
"addons": "https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/task/quark.conf, tag=夸克网盘签到获取token"
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
@@ -41,6 +41,9 @@
|
||||
},{
|
||||
"name": "高德地图",
|
||||
"url": "https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/Gddt.png"
|
||||
},{
|
||||
"name": "夸克网盘",
|
||||
"url": "https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/Quark.png"
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
12
task/quark.conf
Normal file
12
task/quark.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 = drive-m.quark.cn
|
||||
|
||||
# 获取夸克网盘签到签到需要的各项参数
|
||||
^https:\/\/drive-m.quark.cn\/1\/clouddrive\/capacity\/growth\/sign.+ url script-request-header https://gist.githubusercontent.com/Sliverkiss/2694a665b4e52d8788c18394201ff3eb/raw/fbbe64ff244b8b8eb12cfc355fe08bedf4a92637/quarkcloud.js
|
||||
Reference in New Issue
Block a user