168.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  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. },
  194. {
  195. "id": "jojo.diiiLotteryTracking",
  196. "name": "168追单助手",
  197. "author": "@jojo",
  198. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/168/diiiLotteryTracking.js",
  199. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/168/diiiLotteryTracking.js",
  200. "icons": [
  201. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/168.png",
  202. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/168.png"
  203. ],
  204. "scripts": [],
  205. "keys": [
  206. "168_PksPlanAPIHost",
  207. "168_PksPlanLotteryCode",
  208. "168_PksPlanPreDrawIssue"
  209. ],
  210. "settings": [
  211. {
  212. "id": "168_PksAnalysisMinRecordCount",
  213. "name": "分析数据记录最少数目",
  214. "val": 100,
  215. "type": "number",
  216. "placeholder": "",
  217. "desc": "分析数据记录最少数目"
  218. },
  219. {
  220. "id": "168_PksTrackingBetAmount",
  221. "name": "自定义追单基础下注",
  222. "val": 1,
  223. "type": "number",
  224. "placeholder": "",
  225. "desc": "自定义追单基础下注"
  226. },
  227. {
  228. "id": "168_PksTrackingBetRate",
  229. "name": "自定义追单下注倍率",
  230. "val": 1,
  231. "type": "number",
  232. "placeholder": "",
  233. "desc": "自定义追单下注倍率"
  234. },
  235. {
  236. "id": "168_PksTrackingCount1",
  237. "name": "自定义追单期数(冠军)",
  238. "val": 10,
  239. "type": "number",
  240. "placeholder": "",
  241. "desc": "自定义追单期数(冠军)"
  242. },
  243. {
  244. "id": "168_PksTrackingRanking1",
  245. "name": "自定义追单计划号码(冠军)",
  246. "val": "",
  247. "type": "text",
  248. "placeholder": "",
  249. "desc": "自定义追单计划号码(冠军)"
  250. },
  251. {
  252. "id": "168_PksTrackingCount2",
  253. "name": "自定义追单期数(亚军)",
  254. "val": 10,
  255. "type": "number",
  256. "placeholder": "",
  257. "desc": "自定义追单期数(亚军)"
  258. },
  259. {
  260. "id": "168_PksTrackingRanking2",
  261. "name": "自定义追单计划号码(亚军)",
  262. "val": "",
  263. "type": "text",
  264. "placeholder": "",
  265. "desc": "自定义追单计划号码(亚军)"
  266. },
  267. {
  268. "id": "168_PksTrackingCount3",
  269. "name": "自定义追单期数(第三名)",
  270. "val": 10,
  271. "type": "number",
  272. "placeholder": "",
  273. "desc": "自定义追单期数(第三名)"
  274. },
  275. {
  276. "id": "168_PksTrackingRanking3",
  277. "name": "自定义追单计划号码(第三名)",
  278. "val": "",
  279. "type": "text",
  280. "placeholder": "",
  281. "desc": "自定义追单计划号码(第三名)"
  282. },
  283. {
  284. "id": "168_PksTrackingCount4",
  285. "name": "自定义追单期数(第四名)",
  286. "val": 10,
  287. "type": "number",
  288. "placeholder": "",
  289. "desc": "自定义追单期数(第四名)"
  290. },
  291. {
  292. "id": "168_PksTrackingRanking4",
  293. "name": "自定义追单计划号码(第四名)",
  294. "val": "",
  295. "type": "text",
  296. "placeholder": "",
  297. "desc": "自定义追单计划号码(第四名)"
  298. },
  299. {
  300. "id": "168_PksTrackingCount5",
  301. "name": "自定义追单期数(第五名)",
  302. "val": 10,
  303. "type": "number",
  304. "placeholder": "",
  305. "desc": "自定义追单期数(第五名)"
  306. },
  307. {
  308. "id": "168_PksTrackingRanking5",
  309. "name": "自定义追单计划号码(第五名)",
  310. "val": "",
  311. "type": "text",
  312. "placeholder": "",
  313. "desc": "自定义追单计划号码(第五名)"
  314. },
  315. {
  316. "id": "168_PksTrackingCount6",
  317. "name": "自定义追单期数(第六名)",
  318. "val": 10,
  319. "type": "number",
  320. "placeholder": "",
  321. "desc": "自定义追单期数(第六名)"
  322. },
  323. {
  324. "id": "168_PksTrackingRanking6",
  325. "name": "自定义追单计划号码(第六名)",
  326. "val": "",
  327. "type": "text",
  328. "placeholder": "",
  329. "desc": "自定义追单计划号码(第六名)"
  330. },
  331. {
  332. "id": "168_PksTrackingCount7",
  333. "name": "自定义追单期数(第七名)",
  334. "val": 10,
  335. "type": "number",
  336. "placeholder": "",
  337. "desc": "自定义追单期数(第七名)"
  338. },
  339. {
  340. "id": "168_PksTrackingRanking7",
  341. "name": "自定义追单计划号码(第七名)",
  342. "val": "",
  343. "type": "text",
  344. "placeholder": "",
  345. "desc": "自定义追单计划号码(第七名)"
  346. },
  347. {
  348. "id": "168_PksTrackingCount8",
  349. "name": "自定义追单期数(第八名)",
  350. "val": 10,
  351. "type": "number",
  352. "placeholder": "",
  353. "desc": "自定义追单期数(第八名)"
  354. },
  355. {
  356. "id": "168_PksTrackingRanking8",
  357. "name": "自定义追单计划号码(第八名)",
  358. "val": "",
  359. "type": "text",
  360. "placeholder": "",
  361. "desc": "自定义追单计划号码(第八名)"
  362. },
  363. {
  364. "id": "168_PksTrackingCount9",
  365. "name": "自定义追单期数(第九名)",
  366. "val": 10,
  367. "type": "number",
  368. "placeholder": "",
  369. "desc": "自定义追单期数(第九名)"
  370. },
  371. {
  372. "id": "168_PksTrackingRanking9",
  373. "name": "自定义追单计划号码(第九名)",
  374. "val": "",
  375. "type": "text",
  376. "placeholder": "",
  377. "desc": "自定义追单计划号码(第九名)"
  378. },
  379. {
  380. "id": "168_PksTrackingCount10",
  381. "name": "自定义追单期数(第十名)",
  382. "val": 10,
  383. "type": "number",
  384. "placeholder": "",
  385. "desc": "自定义追单期数(第十名)"
  386. },
  387. {
  388. "id": "168_PksTrackingRanking10",
  389. "name": "自定义追单计划号码(第十名)",
  390. "val": "",
  391. "type": "text",
  392. "placeholder": "",
  393. "desc": "自定义追单计划号码(第十名)"
  394. }
  395. ]
  396. }
  397. ]
  398. }