| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "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#0",
- "WubianActivityListData#1",
- "WubianActivityListData#2",
- "WubianActivityListData#3",
- "WubianActivityListData#4"
- ],
- "settings": [
- {
- "id": "WubianActivityTaskCaptureEnabled",
- "name": "开启/关闭兑换采集",
- "val": true,
- "type": "boolean",
- "desc": "默认开启"
- },
- {
- "id": "WubianActivityId",
- "name": "当前兑换活动ID",
- "val": "",
- "type": "text",
- "desc": "当前兑换活动ID"
- },
- {
- "id": "WubianActivityListData#0",
- "name": "当前所有活动列表",
- "val": "",
- "type": "text",
- "desc": "当前所有活动列表"
- }
- ]
- },
- {
- "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",
- "WubianActivityGoodsList"
- ],
- "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"
- }
- ]
- }
- ]
- }
|