| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "id": "jojo.app.168plan",
- "name": "168计划应用订阅",
- "description": "关于168计划应用脚本订阅集合",
- "author": "@JoJo",
- "icon": "https://avatars.githubusercontent.com/u/16010188",
- "repo": "http://git.jojo21.top/shawenguan/Quantumult-X",
- "apps": [
- {
- "id": "jojo.pksPlanHelper",
- "name": "168计划助手",
- "author": "@jojo",
- "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/168/pksPlanHelper.js",
- "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/168/pksPlanHelper.js",
- "icons": [
- "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/168.png",
- "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/168.png"
- ],
- "scripts": [
- ],
- "keys": [
- "168_PksPlanAPIHost",
- "168_PksPlanLotteryCode",
- "168_PksPlanPreDrawIssue"
- ],
- "settings": [
- {
- "id": "168_PksPlanAPIHost",
- "name": "API HOST",
- "val": "",
- "type": "text",
- "placeholder": "",
- "desc": "API HOST"
- },
- {
- "id": "168_PksPlanLotteryCode",
- "name": "彩票类别代码",
- "val": "10058",
- "type": "text",
- "placeholder": "",
- "desc": "彩票类别代码"
- },
- {
- "id": "168_PksPlanDrawTurnCountC",
- "name": "计划C第几轮提醒",
- "val": 0,
- "type": "number",
- "placeholder": "",
- "desc": "计划C第几轮提醒"
- },
- {
- "id": "168_PksPlanDrawTurnCountB",
- "name": "计划B第几轮提醒",
- "val": 0,
- "type": "number",
- "placeholder": "",
- "desc": "计划B第几轮提醒"
- },
- {
- "id": "168_PksPlanDrawTurnCountA",
- "name": "计划A第几轮提醒",
- "val": 0,
- "type": "number",
- "placeholder": "",
- "desc": "计划A第几轮提醒"
- },
- {
- "id": "168_PksPlanLotteryAutoBet",
- "name": "开启/关闭自动下注",
- "val": false,
- "type": "boolean",
- "desc": "默认关闭"
- },
- {
- "id": "168_PksPlanLotteryMaxBetAmount",
- "name": "自动下注额上限",
- "val": 96,
- "type": "number",
- "desc": "自动下注额上限"
- },
- {
- "id": "168_PksPlanDrawIssueCustom",
- "name": "自定义计划期数",
- "val": "",
- "type": "text",
- "placeholder": "",
- "desc": "自定义计划期数-测试"
- },
- {
- "id": "168_PksPlanCustom",
- "name": "自定义计划号码",
- "val": "",
- "type": "text",
- "placeholder": "",
- "desc": "自定义计划号码-测试"
- }
- ]
- }
- ]
- }
|