diff --git a/README.md b/README.md index 9b10a2e..f21ea52 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,8 @@ | B站每日等级任务| ClydeTime | ✅ | | 巴哈姆特 |NobyDa | ✅ | | 喜马拉雅 | ClydeTime | ✅ | +| 奇瑞汽车 | ClydeTime | ✅(2023.10.24) | + ### 赞赏码 diff --git a/Sliverkiss.boxjs.json b/Sliverkiss.boxjs.json index afcde18..7a3921e 100644 --- a/Sliverkiss.boxjs.json +++ b/Sliverkiss.boxjs.json @@ -27,6 +27,28 @@ "desc": "抓包www.iios.fun域名下的Authorization,填写到iios_data,多账号用@分割" } ] + },{ + "id": "chery", + "name": "奇瑞汽车", + "script": "", + "author": "@smallfawn", + "repo": "", + "icons": [ + "https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/Chery.png", + "https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/Chery.png" + ], + "keys": ["chery_data"], + "descs_html": ["变量值:mobile-consumer-sapp.chery.cn请求头Authorization 去掉bearer "], + "settings": [ + { + "id": "chery_data", + "name": "chery_data", + "val": "", + "type": "textarea", + "placeholder": "", + "desc": "变量值:mobile-consumer-sapp.chery.cn请求头Authorization 去掉bearer " + } + ] },{ "id": "quark", "name": "夸克网盘", diff --git a/icon/Chery.png b/icon/Chery.png new file mode 100644 index 0000000..41e6b77 Binary files /dev/null and b/icon/Chery.png differ diff --git a/sliverkiss.gallery.json b/sliverkiss.gallery.json index 45106fc..8f60a7a 100644 --- a/sliverkiss.gallery.json +++ b/sliverkiss.gallery.json @@ -122,6 +122,8 @@ },{ "config": "35 8 * * * https://raw.githubusercontent.com/ClydeTime/Quantumult/main/Script/Task/xmlySign.js, tag=喜马拉雅签到任务, img-url=https://raw.githubusercontent.com/HuiDoY/Icon/main/mini/Color/ximalaya.png, enabled=true", "addons": "https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/task/xmly.conf, tag=喜马拉雅签到cookie, update-interval=172800, opt-parser=false, enabled=true" - } + }{ + "config": "09 18 * * * https://raw.githubusercontent.com/smallfawn/QLScriptPublic/main/chery.js, tag=奇瑞汽车,img-url=https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/Chery.png, enabled=false", + }, ] } diff --git a/sliverkiss.icon.json b/sliverkiss.icon.json index e301b97..79abf6b 100644 --- a/sliverkiss.icon.json +++ b/sliverkiss.icon.json @@ -59,6 +59,9 @@ },{ "name": "云闪付", "url": "https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/Ysf.png" + },{ + "name": "奇瑞汽车", + "url": "https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/Chery.png" }, ] }