|
|
@@ -0,0 +1,100 @@
|
|
|
+{
|
|
|
+ "id": "jojo.app.wubian",
|
|
|
+ "name": "无边星链应用订阅",
|
|
|
+ "description": "关于无边星链应用脚本订阅集合",
|
|
|
+ "author": "@JoJo",
|
|
|
+ "icon": "https://avatars.githubusercontent.com/u/16010188",
|
|
|
+ "repo": "http://git.jojo21.top/shawenguan/Quantumult-X",
|
|
|
+ "apps": [
|
|
|
+ {
|
|
|
+ "id": "lkWubianHelper",
|
|
|
+ "name": "无边星链助手",
|
|
|
+ "author": "@jojo",
|
|
|
+ "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianHelper.js",
|
|
|
+ "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianHelper.js",
|
|
|
+ "icons": [
|
|
|
+ "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
|
|
|
+ "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
|
|
|
+ ],
|
|
|
+ "scripts": [
|
|
|
+ {
|
|
|
+ "name": "极速下单",
|
|
|
+ "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianOrder.js"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "极速兑换",
|
|
|
+ "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianSynthesis.js"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "首发抢购",
|
|
|
+ "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianGrab.js"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "keys": [
|
|
|
+ "WubianProToken",
|
|
|
+ "WubianActivityListData"
|
|
|
+ ],
|
|
|
+ "settings": [
|
|
|
+ {
|
|
|
+ "id": "WubianActivityTaskCaptureEnabled",
|
|
|
+ "name": "开启/关闭兑换采集",
|
|
|
+ "val": true,
|
|
|
+ "type": "boolean",
|
|
|
+ "desc": "默认开启"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "WubianActivityId",
|
|
|
+ "name": "当前兑换活动ID",
|
|
|
+ "val": "",
|
|
|
+ "type": "text",
|
|
|
+ "desc": "当前兑换活动ID"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "lkWubianSynthesis",
|
|
|
+ "name": "无边极速兑换",
|
|
|
+ "author": "@jojo",
|
|
|
+ "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianSynthesis.js",
|
|
|
+ "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianSynthesis.js",
|
|
|
+ "icons": [
|
|
|
+ "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
|
|
|
+ "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
|
|
|
+ ],
|
|
|
+ "keys": [
|
|
|
+ "WubianProToken",
|
|
|
+ "WubianActivityCvtGoodsList"
|
|
|
+ ],
|
|
|
+ "settings": [
|
|
|
+ {
|
|
|
+ "id": "WubianActivityTaskCaptureEnabled",
|
|
|
+ "name": "开启/关闭兑换采集",
|
|
|
+ "val": true,
|
|
|
+ "type": "boolean",
|
|
|
+ "desc": "默认开启"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "WubianActivityActivityTagName",
|
|
|
+ "name": "当前兑换活动标签关键字",
|
|
|
+ "val": "",
|
|
|
+ "type": "text",
|
|
|
+ "desc": "当前兑换活动标签关键字"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "WubianActivityIndexName",
|
|
|
+ "name": "当前兑换活动标题关键字",
|
|
|
+ "val": "",
|
|
|
+ "type": "text",
|
|
|
+ "desc": "当前兑换活动标题关键字"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "WubianActivityId",
|
|
|
+ "name": "当前兑换活动ID",
|
|
|
+ "val": "",
|
|
|
+ "type": "text",
|
|
|
+ "desc": "当前兑换活动ID"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
+}
|