diff --git a/Sliverkiss.boxjs.json b/Sliverkiss.boxjs.json index e7a966f..afcde18 100644 --- a/Sliverkiss.boxjs.json +++ b/Sliverkiss.boxjs.json @@ -49,6 +49,28 @@ "desc": "抓https://drive-m.quark.cn/1/clouddrive/capacity/growth/sign接口的kps、sign、vcode,用#连接,填写到quark_data,多账号用@分割" } ] + },{ + "id": "ysfV2", + "name": "云闪付签到", + "script": "", + "author": "@Sliverkiss", + "repo": "", + "icons": [ + "https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/Ysf.png", + "https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/Ysf.png" + ], + "keys": ["ysf_data"], + "descs_html": ["进入签到页面,若提示获取cookie成功则可以使用该脚本"], + "settings": [ + { + "id": "ysf_data", + "name": "ysf_data", + "val": "", + "type": "textarea", + "placeholder": "", + "desc": "进入签到页面,若提示获取cookie成功则可以使用该脚本" + } + ] },{ "id": "wzyd", "name": "王者营地", diff --git a/icon/Ysf.png b/icon/Ysf.png new file mode 100644 index 0000000..4f0f0c5 Binary files /dev/null and b/icon/Ysf.png differ diff --git a/sliverkiss.icon.json b/sliverkiss.icon.json index 3602de7..e301b97 100644 --- a/sliverkiss.icon.json +++ b/sliverkiss.icon.json @@ -56,6 +56,9 @@ },{ "name": "王者营地", "url": "https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/Wzyd.png" + },{ + "name": "云闪付", + "url": "https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/Ysf.png" }, ] }