168.json 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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. "keys": [
  21. "168_PksPlanAPIHost",
  22. "168_PksPlanLotteryCode",
  23. "168_PksPlanPreDrawIssue"
  24. ],
  25. "settings": [
  26. {
  27. "id": "168_PksPlanAPIHost",
  28. "name": "购彩计划#HOST",
  29. "val": "",
  30. "type": "text",
  31. "placeholder": "",
  32. "desc": "购彩计划#HOST"
  33. },
  34. {
  35. "id": "168_PksExpertsPlanAPIHost",
  36. "name": "专家推荐#HOST",
  37. "val": "",
  38. "type": "text",
  39. "placeholder": "",
  40. "desc": "专家推荐#HOST"
  41. },
  42. {
  43. "id": "168_PksPlanLotteryCode",
  44. "name": "彩票类别代码",
  45. "val": "10058",
  46. "type": "text",
  47. "placeholder": "",
  48. "desc": "彩票类别代码"
  49. },
  50. {
  51. "id": "168_PksPlanCEnabled",
  52. "name": "计划C开启/关闭",
  53. "val": false,
  54. "type": "boolean",
  55. "desc": "默认关闭"
  56. },
  57. {
  58. "id": "168_PksPlanBEnabled",
  59. "name": "计划B开启/关闭",
  60. "val": false,
  61. "type": "boolean",
  62. "desc": "默认关闭"
  63. },
  64. {
  65. "id": "168_PksPlanAEnabled",
  66. "name": "计划A开启/关闭",
  67. "val": false,
  68. "type": "boolean",
  69. "desc": "默认关闭"
  70. },
  71. {
  72. "id": "168_PksPlanDrawTurnCountC",
  73. "name": "计划C第几轮提醒",
  74. "val": 0,
  75. "type": "number",
  76. "placeholder": "",
  77. "desc": "计划C第几轮提醒"
  78. },
  79. {
  80. "id": "168_PksPlanDrawTurnCountB",
  81. "name": "计划B第几轮提醒",
  82. "val": 0,
  83. "type": "number",
  84. "placeholder": "",
  85. "desc": "计划B第几轮提醒"
  86. },
  87. {
  88. "id": "168_PksPlanDrawTurnCountA",
  89. "name": "计划A第几轮提醒",
  90. "val": 0,
  91. "type": "number",
  92. "placeholder": "",
  93. "desc": "计划A第几轮提醒"
  94. },
  95. {
  96. "id": "168_PksPlanLotteryAutoBet",
  97. "name": "开启/关闭自动下注",
  98. "val": false,
  99. "type": "boolean",
  100. "desc": "默认关闭"
  101. },
  102. {
  103. "id": "168_PksPlanLotteryMaxBetAmount",
  104. "name": "自动下注最大限额",
  105. "val": 96,
  106. "type": "number",
  107. "desc": "自动下注最大限额"
  108. },
  109. {
  110. "id": "168_PksPlanAllowBetProbability",
  111. "name": "自动下注预估中奖率最低值(0~100)",
  112. "val": 70,
  113. "type": "number",
  114. "desc": "自动下注预估中奖率最低值"
  115. },
  116. {
  117. "id": "168_PksPlanLotteryCostrReduceC",
  118. "name": "计划C下注反向倍数",
  119. "val": 8,
  120. "type": "number",
  121. "placeholder": "",
  122. "desc": "计划C下注反向倍数"
  123. },
  124. {
  125. "id": "168_PksPlanLotteryCostrReduceB",
  126. "name": "计划B下注反向倍数",
  127. "val": 16,
  128. "type": "number",
  129. "placeholder": "",
  130. "desc": "计划C下注反向倍数"
  131. },
  132. {
  133. "id": "168_PksPlanLotteryCostrReduceA",
  134. "name": "计划A下注反向倍数",
  135. "val": 16,
  136. "type": "number",
  137. "placeholder": "",
  138. "desc": "计划C下注反向倍数"
  139. },
  140. {
  141. "id": "168_PksPlanLotteryKillDrongon",
  142. "name": "屠龙勇士开启/关闭",
  143. "val": false,
  144. "type": "boolean",
  145. "desc": "默认关闭"
  146. },
  147. {
  148. "id": "168_PksPlanLotteryDrongonMaxTurn",
  149. "name": "屠龙n期数(10期以上)",
  150. "val": 11,
  151. "type": "number",
  152. "desc": "屠龙n期数"
  153. },
  154. {
  155. "id": "168_PksPlanLotteryMaxBetAmount",
  156. "name": "屠龙下注最大限额",
  157. "val": 96,
  158. "type": "number",
  159. "desc": "屠龙下注最大限额"
  160. },
  161. {
  162. "id": "168_PksExpertsRecommendEnabled",
  163. "name": "专家推荐开启/关闭",
  164. "val": false,
  165. "type": "boolean",
  166. "desc": "默认关闭"
  167. },
  168. {
  169. "id": "168_PksExpertUserName",
  170. "name": "专家名字",
  171. "val": "",
  172. "type": "text",
  173. "placeholder": "",
  174. "desc": "专家名字"
  175. },
  176. {
  177. "id": "168_PksExpertRecommendRanking",
  178. "name": "彩票名次位置",
  179. "val": 1,
  180. "type": "number",
  181. "placeholder": "",
  182. "desc": "彩票名次位置"
  183. },
  184. {
  185. "id": "168_PksExpertMaxBetAmount",
  186. "name": "专家下注最大限额",
  187. "val": 64,
  188. "type": "number",
  189. "placeholder": "",
  190. "desc": "专家下注最大限额"
  191. },
  192. {
  193. "id": "168_PksPlanDrawIssueCustom",
  194. "name": "自定义计划期数-测试",
  195. "val": "",
  196. "type": "text",
  197. "placeholder": "",
  198. "desc": "自定义计划期数"
  199. },
  200. {
  201. "id": "168_PksPlanCustom",
  202. "name": "自定义计划号码-测试",
  203. "val": "",
  204. "type": "text",
  205. "placeholder": "",
  206. "desc": "自定义计划号码"
  207. }
  208. ]
  209. }
  210. ]
  211. }