168.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  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_PksPlanBetMode",
  28. "name": "模式",
  29. "val": "1",
  30. "type": "radios",
  31. "desc": "",
  32. "items": [
  33. {
  34. "key": "1",
  35. "label": "保守模式"
  36. },
  37. {
  38. "key": "2",
  39. "label": "普通模式"
  40. },
  41. {
  42. "key": "3",
  43. "label": "激进模式"
  44. }
  45. ]
  46. },
  47. {
  48. "id": "168_PksPlanAPIHost",
  49. "name": "购彩计划#HOST",
  50. "val": "",
  51. "type": "text",
  52. "placeholder": "",
  53. "desc": "购彩计划#HOST"
  54. },
  55. {
  56. "id": "168_PksExpertsPlanAPIHost",
  57. "name": "专家推荐#HOST",
  58. "val": "",
  59. "type": "text",
  60. "placeholder": "",
  61. "desc": "专家推荐#HOST"
  62. },
  63. {
  64. "id": "168_PksPlanLotteryCode",
  65. "name": "彩票类别代码",
  66. "val": "10058",
  67. "type": "text",
  68. "placeholder": "",
  69. "desc": "彩票类别代码"
  70. },
  71. {
  72. "id": "168_PksPlanCEnabled",
  73. "name": "计划C开启/关闭",
  74. "val": false,
  75. "type": "boolean",
  76. "desc": "默认关闭"
  77. },
  78. {
  79. "id": "168_PksPlanBEnabled",
  80. "name": "计划B开启/关闭",
  81. "val": false,
  82. "type": "boolean",
  83. "desc": "默认关闭"
  84. },
  85. {
  86. "id": "168_PksPlanAEnabled",
  87. "name": "计划A开启/关闭",
  88. "val": false,
  89. "type": "boolean",
  90. "desc": "默认关闭"
  91. },
  92. {
  93. "id": "168_PksPlanDrawTurnCountC",
  94. "name": "计划C第几轮提醒",
  95. "val": 0,
  96. "type": "number",
  97. "placeholder": "",
  98. "desc": "计划C第几轮提醒"
  99. },
  100. {
  101. "id": "168_PksPlanDrawTurnCountB",
  102. "name": "计划B第几轮提醒",
  103. "val": 0,
  104. "type": "number",
  105. "placeholder": "",
  106. "desc": "计划B第几轮提醒"
  107. },
  108. {
  109. "id": "168_PksPlanDrawTurnCountA",
  110. "name": "计划A第几轮提醒",
  111. "val": 0,
  112. "type": "number",
  113. "placeholder": "",
  114. "desc": "计划A第几轮提醒"
  115. },
  116. {
  117. "id": "168_PksPlanLotteryAutoBet",
  118. "name": "开启/关闭自动下注",
  119. "val": false,
  120. "type": "boolean",
  121. "desc": "默认关闭"
  122. },
  123. {
  124. "id": "168_PksPlanLotteryMaxBetAmount",
  125. "name": "自动下注最大限额",
  126. "val": 96,
  127. "type": "number",
  128. "desc": "自动下注最大限额"
  129. },
  130. {
  131. "id": "168_PksPlanAllowBetProbability",
  132. "name": "自动下注预估中奖率最低值(0~100)",
  133. "val": 70,
  134. "type": "number",
  135. "desc": "自动下注预估中奖率最低值"
  136. },
  137. {
  138. "id": "168_PksPlanLotteryCostrReduceC",
  139. "name": "计划C下注反向倍数",
  140. "val": 8,
  141. "type": "number",
  142. "placeholder": "",
  143. "desc": "计划C下注反向倍数"
  144. },
  145. {
  146. "id": "168_PksPlanLotteryCostrReduceB",
  147. "name": "计划B下注反向倍数",
  148. "val": 16,
  149. "type": "number",
  150. "placeholder": "",
  151. "desc": "计划C下注反向倍数"
  152. },
  153. {
  154. "id": "168_PksPlanLotteryCostrReduceA",
  155. "name": "计划A下注反向倍数",
  156. "val": 16,
  157. "type": "number",
  158. "placeholder": "",
  159. "desc": "计划C下注反向倍数"
  160. },
  161. {
  162. "id": "168_PksPlanLotteryKillDrongon",
  163. "name": "屠龙勇士开启/关闭",
  164. "val": false,
  165. "type": "boolean",
  166. "desc": "默认关闭"
  167. },
  168. {
  169. "id": "168_PksPlanLotteryDrongonMaxTurn",
  170. "name": "屠龙n期数(10期以上)",
  171. "val": 11,
  172. "type": "number",
  173. "desc": "屠龙n期数"
  174. },
  175. {
  176. "id": "168_PksPlanLotteryMaxBetAmount",
  177. "name": "屠龙下注最大限额",
  178. "val": 96,
  179. "type": "number",
  180. "desc": "屠龙下注最大限额"
  181. },
  182. {
  183. "id": "168_PksExpertsRecommendEnabled",
  184. "name": "专家推荐开启/关闭",
  185. "val": false,
  186. "type": "boolean",
  187. "desc": "默认关闭"
  188. },
  189. {
  190. "id": "168_PksExpertUserName",
  191. "name": "专家名字",
  192. "val": "",
  193. "type": "text",
  194. "placeholder": "",
  195. "desc": "专家名字"
  196. },
  197. {
  198. "id": "168_PksExpertRecommendRanking",
  199. "name": "彩票名次位置",
  200. "val": 1,
  201. "type": "number",
  202. "placeholder": "",
  203. "desc": "彩票名次位置"
  204. },
  205. {
  206. "id": "168_PksExpertMaxBetAmount",
  207. "name": "专家下注最大限额",
  208. "val": 64,
  209. "type": "number",
  210. "placeholder": "",
  211. "desc": "专家下注最大限额"
  212. }
  213. ]
  214. },
  215. {
  216. "id": "jojo.diiiLotteryTracking",
  217. "name": "168追单助手",
  218. "author": "@jojo",
  219. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/168/diiiLotteryTracking.js",
  220. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/168/diiiLotteryTracking.js",
  221. "icons": [
  222. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/168.png",
  223. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/168.png"
  224. ],
  225. "scripts": [],
  226. "keys": [
  227. "168_PksPlanAPIHost",
  228. "168_PksPlanLotteryCode",
  229. "168_PksPlanPreDrawIssue"
  230. ],
  231. "settings": [
  232. {
  233. "id": "168_PksAnalysisMinRecordCount",
  234. "name": "分析数据记录最少数目",
  235. "val": 100,
  236. "type": "number",
  237. "placeholder": "",
  238. "desc": "分析数据记录最少数目"
  239. },
  240. {
  241. "id": "168_PksTrackingBetAmount",
  242. "name": "自定义追单基础下注",
  243. "val": 1,
  244. "type": "number",
  245. "placeholder": "",
  246. "desc": "自定义追单基础下注"
  247. },
  248. {
  249. "id": "168_PksTrackingBetRate",
  250. "name": "自定义追单下注倍率",
  251. "val": 1,
  252. "type": "number",
  253. "placeholder": "",
  254. "desc": "自定义追单下注倍率"
  255. },
  256. {
  257. "id": "168_PksTrackingCount1",
  258. "name": "自定义追单期数(冠军)",
  259. "val": 10,
  260. "type": "number",
  261. "placeholder": "",
  262. "desc": "自定义追单期数(冠军)"
  263. },
  264. {
  265. "id": "168_PksTrackingRanking1",
  266. "name": "自定义追单计划号码(冠军)",
  267. "val": "",
  268. "type": "text",
  269. "placeholder": "",
  270. "desc": "自定义追单计划号码(冠军)"
  271. },
  272. {
  273. "id": "168_PksTrackingCount2",
  274. "name": "自定义追单期数(亚军)",
  275. "val": 10,
  276. "type": "number",
  277. "placeholder": "",
  278. "desc": "自定义追单期数(亚军)"
  279. },
  280. {
  281. "id": "168_PksTrackingRanking2",
  282. "name": "自定义追单计划号码(亚军)",
  283. "val": "",
  284. "type": "text",
  285. "placeholder": "",
  286. "desc": "自定义追单计划号码(亚军)"
  287. },
  288. {
  289. "id": "168_PksTrackingCount3",
  290. "name": "自定义追单期数(第三名)",
  291. "val": 10,
  292. "type": "number",
  293. "placeholder": "",
  294. "desc": "自定义追单期数(第三名)"
  295. },
  296. {
  297. "id": "168_PksTrackingRanking3",
  298. "name": "自定义追单计划号码(第三名)",
  299. "val": "",
  300. "type": "text",
  301. "placeholder": "",
  302. "desc": "自定义追单计划号码(第三名)"
  303. },
  304. {
  305. "id": "168_PksTrackingCount4",
  306. "name": "自定义追单期数(第四名)",
  307. "val": 10,
  308. "type": "number",
  309. "placeholder": "",
  310. "desc": "自定义追单期数(第四名)"
  311. },
  312. {
  313. "id": "168_PksTrackingRanking4",
  314. "name": "自定义追单计划号码(第四名)",
  315. "val": "",
  316. "type": "text",
  317. "placeholder": "",
  318. "desc": "自定义追单计划号码(第四名)"
  319. },
  320. {
  321. "id": "168_PksTrackingCount5",
  322. "name": "自定义追单期数(第五名)",
  323. "val": 10,
  324. "type": "number",
  325. "placeholder": "",
  326. "desc": "自定义追单期数(第五名)"
  327. },
  328. {
  329. "id": "168_PksTrackingRanking5",
  330. "name": "自定义追单计划号码(第五名)",
  331. "val": "",
  332. "type": "text",
  333. "placeholder": "",
  334. "desc": "自定义追单计划号码(第五名)"
  335. },
  336. {
  337. "id": "168_PksTrackingCount6",
  338. "name": "自定义追单期数(第六名)",
  339. "val": 10,
  340. "type": "number",
  341. "placeholder": "",
  342. "desc": "自定义追单期数(第六名)"
  343. },
  344. {
  345. "id": "168_PksTrackingRanking6",
  346. "name": "自定义追单计划号码(第六名)",
  347. "val": "",
  348. "type": "text",
  349. "placeholder": "",
  350. "desc": "自定义追单计划号码(第六名)"
  351. },
  352. {
  353. "id": "168_PksTrackingCount7",
  354. "name": "自定义追单期数(第七名)",
  355. "val": 10,
  356. "type": "number",
  357. "placeholder": "",
  358. "desc": "自定义追单期数(第七名)"
  359. },
  360. {
  361. "id": "168_PksTrackingRanking7",
  362. "name": "自定义追单计划号码(第七名)",
  363. "val": "",
  364. "type": "text",
  365. "placeholder": "",
  366. "desc": "自定义追单计划号码(第七名)"
  367. },
  368. {
  369. "id": "168_PksTrackingCount8",
  370. "name": "自定义追单期数(第八名)",
  371. "val": 10,
  372. "type": "number",
  373. "placeholder": "",
  374. "desc": "自定义追单期数(第八名)"
  375. },
  376. {
  377. "id": "168_PksTrackingRanking8",
  378. "name": "自定义追单计划号码(第八名)",
  379. "val": "",
  380. "type": "text",
  381. "placeholder": "",
  382. "desc": "自定义追单计划号码(第八名)"
  383. },
  384. {
  385. "id": "168_PksTrackingCount9",
  386. "name": "自定义追单期数(第九名)",
  387. "val": 10,
  388. "type": "number",
  389. "placeholder": "",
  390. "desc": "自定义追单期数(第九名)"
  391. },
  392. {
  393. "id": "168_PksTrackingRanking9",
  394. "name": "自定义追单计划号码(第九名)",
  395. "val": "",
  396. "type": "text",
  397. "placeholder": "",
  398. "desc": "自定义追单计划号码(第九名)"
  399. },
  400. {
  401. "id": "168_PksTrackingCount10",
  402. "name": "自定义追单期数(第十名)",
  403. "val": 10,
  404. "type": "number",
  405. "placeholder": "",
  406. "desc": "自定义追单期数(第十名)"
  407. },
  408. {
  409. "id": "168_PksTrackingRanking10",
  410. "name": "自定义追单计划号码(第十名)",
  411. "val": "",
  412. "type": "text",
  413. "placeholder": "",
  414. "desc": "自定义追单计划号码(第十名)"
  415. }
  416. ]
  417. }
  418. ]
  419. }