| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "id": "JoJo.app.sub",
- "name": "JoJo 脚本订阅",
- "description": "JoJO私人QX订阅",
- "author": "@JoJo",
- "icon": "https://avatars.githubusercontent.com/u/16010188",
- "repo": "http://git.jojo21.cf/shawenguan/Quantumult-X",
- "apps": [
- {
- "id": "jojo.gandart",
- "name": "光予助手",
- "author": "@jojo",
- "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandartHelper.js",
- "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandartHelper.js",
- "icons": [
- "https://raw.githubusercontent.com/Orz-3/mini/master/Alpha/10086.png",
- "https://raw.githubusercontent.com/Orz-3/mini/master/Color/10086.png"
- ],
- "scripts": [
- {
- "name": "监控购买",
- "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandartHelper.js"
- },
- {
- "name": "极速合成",
- "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandartHelper.js"
- },
- {
- "name": "极速置换",
- "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandartHelper.js"
- }
- ],
- "keys": [
- "@gandart.isNotify",
- "@gandart.token",
- "@gandart.castingId",
- "@gandart.transactionRecordId",
- "@gandart.limitPrice",
- "@gandart.collectionName"
- ],
- "settings": [
- {
- "id": "@gandart.isNotify",
- "name": "开启/关闭Telegram通知",
- "val": false,
- "type": "boolean",
- "desc": "默认关闭"
- },
- {
- "id": "@gandart.token",
- "name": "token",
- "val": "",
- "type": "text",
- "desc": "授权token"
- },
- {
- "id": "@gandart.castingId",
- "name": "产品铸造品类ID",
- "val": 0,
- "type": "number",
- "desc": "产品铸造品类ID"
- },
- {
- "id": "@gandart.transactionRecordId",
- "name": "产品记录ID",
- "val": 0,
- "type": "number",
- "desc": "产品记录ID(非编号)"
- },
- {
- "id": "@gandart.limitPrice",
- "name": "价格上限",
- "val": 0,
- "type": "number",
- "desc": "价格上限"
- },
- {
- "id": "@gandart.collectionName",
- "name": "产品名称",
- "val": "",
- "type": "text",
- "desc": "产品名称"
- }
- ]
- }
- ]
- }
|