168.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "id": "jojo.app.168plan",
  3. "name": "168计划应用订阅",
  4. "description": "关于168计划应用脚本订阅集合",
  5. "author": "@JoJo",
  6. "icon": "https://avatars.githubusercontent.com/u/16010188",
  7. "repo": "http://git.jojo21.top/shawenguan/Quantumult-X",
  8. "apps": [
  9. {
  10. "id": "jojo.pksPlanHelper",
  11. "name": "168计划助手",
  12. "author": "@jojo",
  13. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/168/pksPlanHelper.js",
  14. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/168/pksPlanHelper.js",
  15. "icons": [
  16. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/168.png",
  17. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/168.png"
  18. ],
  19. "scripts": [
  20. ],
  21. "keys": [
  22. "168_PksPlanAPIHost",
  23. "168_PksPlanLotteryCode",
  24. "168_PksPlanPreDrawIssue"
  25. ],
  26. "settings": [
  27. {
  28. "id": "168_PksPlanAPIHost",
  29. "name": "API HOST",
  30. "val": "",
  31. "type": "text",
  32. "placeholder": "",
  33. "desc": "API HOST"
  34. },
  35. {
  36. "id": "168_PksPlanLotteryCode",
  37. "name": "彩票类别代码",
  38. "val": "10058",
  39. "type": "text",
  40. "placeholder": "",
  41. "desc": "彩票类别代码"
  42. },
  43. {
  44. "id": "168_PksPlanCEnabled",
  45. "name": "计划C开启/关闭",
  46. "val": false,
  47. "type": "boolean",
  48. "desc": "默认关闭"
  49. },
  50. {
  51. "id": "168_PksPlanBEnabled",
  52. "name": "计划B开启/关闭",
  53. "val": false,
  54. "type": "boolean",
  55. "desc": "默认关闭"
  56. },
  57. {
  58. "id": "168_PksPlanAEnabled",
  59. "name": "计划A开启/关闭",
  60. "val": false,
  61. "type": "boolean",
  62. "desc": "默认关闭"
  63. },
  64. {
  65. "id": "168_PksPlanDrawTurnCountC",
  66. "name": "计划C第几轮提醒",
  67. "val": 0,
  68. "type": "number",
  69. "placeholder": "",
  70. "desc": "计划C第几轮提醒"
  71. },
  72. {
  73. "id": "168_PksPlanDrawTurnCountB",
  74. "name": "计划B第几轮提醒",
  75. "val": 0,
  76. "type": "number",
  77. "placeholder": "",
  78. "desc": "计划B第几轮提醒"
  79. },
  80. {
  81. "id": "168_PksPlanDrawTurnCountA",
  82. "name": "计划A第几轮提醒",
  83. "val": 0,
  84. "type": "number",
  85. "placeholder": "",
  86. "desc": "计划A第几轮提醒"
  87. },
  88. {
  89. "id": "168_PksPlanLotteryAutoBet",
  90. "name": "开启/关闭自动下注",
  91. "val": false,
  92. "type": "boolean",
  93. "desc": "默认关闭"
  94. },
  95. {
  96. "id": "168_PksPlanLotteryMaxBetAmount",
  97. "name": "自动下注额上限",
  98. "val": 96,
  99. "type": "number",
  100. "desc": "自动下注额上限"
  101. },
  102. {
  103. "id": "168_PksPlanDrawIssueCustom",
  104. "name": "自定义计划期数",
  105. "val": "",
  106. "type": "text",
  107. "placeholder": "",
  108. "desc": "自定义计划期数-测试"
  109. },
  110. {
  111. "id": "168_PksPlanCustom",
  112. "name": "自定义计划号码",
  113. "val": "",
  114. "type": "text",
  115. "placeholder": "",
  116. "desc": "自定义计划号码-测试"
  117. }
  118. ]
  119. }
  120. ]
  121. }