hbcpre.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549
  1. {
  2. "id": "jojo.app.hbcpre",
  3. "name": "Hbcpre应用订阅",
  4. "description": "关于Hbcpre应用脚本订阅集合",
  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.hbcpreHelper",
  11. "name": "华文数交助手",
  12. "author": "@jojo",
  13. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreHelper.js",
  14. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreHelper.js",
  15. "icons": [
  16. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png",
  17. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png"
  18. ],
  19. "scripts": [
  20. {
  21. "name": "极速下单",
  22. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreOrder.js"
  23. },
  24. {
  25. "name": "首发抢购",
  26. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreGrab.js"
  27. },
  28. {
  29. "name": "合成活动",
  30. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreComposite.js"
  31. },
  32. {
  33. "name": "上新兑换",
  34. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreExchange.js"
  35. },
  36. {
  37. "name": "限时抽奖",
  38. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreDraw.js"
  39. }
  40. ],
  41. "keys": [
  42. "HbcpreUserToken",
  43. "HbcpreUserInfo",
  44. "HbcpreCollectionClassList"
  45. ],
  46. "settings": [
  47. {
  48. "id": "HbcpreOrderItemDataGrabEnabled",
  49. "name": "开启/关闭下单采集",
  50. "val": false,
  51. "type": "boolean",
  52. "desc": "默认关闭"
  53. },
  54. {
  55. "id": "HbcpreHomeSeriesDataGrabEnabled",
  56. "name": "开启/关闭首发采集",
  57. "val": false,
  58. "type": "boolean",
  59. "desc": "默认关闭"
  60. },
  61. {
  62. "id": "HbcpreDrawItemDataGrabEnabled",
  63. "name": "开启/关闭抽奖采集",
  64. "val": false,
  65. "type": "boolean",
  66. "desc": "默认关闭"
  67. },
  68. {
  69. "id": "HbcpreCompositeItemDataGrabEnabled",
  70. "name": "开启/关闭合成采集",
  71. "val": false,
  72. "type": "boolean",
  73. "desc": "默认关闭"
  74. },
  75. {
  76. "id": "HbcpreExchangeItemDataGrabEnabled",
  77. "name": "开启/关闭兑换采集",
  78. "val": false,
  79. "type": "boolean",
  80. "desc": "默认关闭"
  81. },
  82. {
  83. "id": "HbcpreBrowserOpenUrl",
  84. "name": "代理浏览器地址URL",
  85. "val": "http://127.0.0.1:5000/proxy",
  86. "type": "text",
  87. "placeholder": "",
  88. "desc": "代理浏览器地址URL"
  89. },
  90. {
  91. "id": "HbcpreUserToken",
  92. "name": "用户Token",
  93. "val": "",
  94. "type": "text",
  95. "placeholder": "",
  96. "desc": "授权token"
  97. },
  98. {
  99. "id": "HbcpreUserInfo",
  100. "name": "用户信息",
  101. "val": "",
  102. "type": "textarea",
  103. "placeholder": "",
  104. "desc": "授权token"
  105. },
  106. {
  107. "id": "HbcpreCollectionClassList",
  108. "name": "产品列表",
  109. "val": "[]",
  110. "type": "textarea",
  111. "autoGrow": true,
  112. "placeholder": "",
  113. "desc": "产品列表"
  114. },
  115. {
  116. "id": "HbcpreMyOwnSeriesCntFakeData",
  117. "name": "拥有的产品数量自定义",
  118. "val": "",
  119. "type": "text",
  120. "desc": "拥有的产品数量自定义,格式:id#num|id#num"
  121. },
  122. {
  123. "id": "HbcpreOpeningTimeOffset",
  124. "name": "上新产品时间偏移(ms)",
  125. "val": 60000,
  126. "type": "number",
  127. "desc": "上新产品时间向前偏移"
  128. }
  129. ]
  130. },
  131. {
  132. "id": "jojo.hbcpreOrder",
  133. "name": "华文数交下单",
  134. "author": "@jojo",
  135. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreOrder.js",
  136. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreOrder.js",
  137. "icons": [
  138. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png",
  139. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png"
  140. ],
  141. "keys": [
  142. "HbcpreUserToken",
  143. "HbcpreUserInfo",
  144. "HbcpreCollectionClassList"
  145. ],
  146. "settings": [
  147. {
  148. "id": "HbcpreOrderItemDataGrabEnabled",
  149. "name": "开启/关闭下单采集",
  150. "val": false,
  151. "type": "boolean",
  152. "desc": "默认关闭"
  153. },
  154. {
  155. "id": "HbcpreCollectionWatchLocked",
  156. "name": "开启/关闭锁定监控产品",
  157. "val": false,
  158. "type": "boolean",
  159. "desc": "默认关闭"
  160. },
  161. {
  162. "id": "HbcpreOrderFastModeEnabled",
  163. "name": "开启/关闭下单快捷模式",
  164. "val": true,
  165. "type": "boolean",
  166. "desc": "默认开启"
  167. },
  168. {
  169. "id": "HbcpreMarketOrderAutoPayPriceLimit",
  170. "name": "低于价格钱包余额自动支付",
  171. "val": 100,
  172. "type": "number",
  173. "desc": "低于价格钱包余额自动支付"
  174. },
  175. {
  176. "id": "HbcpreCastingId",
  177. "name": "当前下单监控Id",
  178. "val": "",
  179. "type": "text",
  180. "desc": "当前下单监控Id"
  181. },
  182. {
  183. "id": "HbcpreCollectionName",
  184. "name": "当前下单监控名称",
  185. "val": "",
  186. "type": "text",
  187. "desc": "当前下单监控名称"
  188. },
  189. {
  190. "id": "HbcpreOrderLimitPrice",
  191. "name": "捡漏最高价格",
  192. "val": 0,
  193. "type": "number",
  194. "desc": "捡漏最高价格"
  195. },
  196. {
  197. "id": "HbcpreFloatPriceIntaval",
  198. "name": "价格浮动限制",
  199. "val": 10,
  200. "type": "number",
  201. "desc": "价格浮动限制,当浏览刷新的最低价格跟预设价格差值大于此值则修正为最低价"
  202. },
  203. {
  204. "id": "HbcpreCollectionClassList",
  205. "name": "产品列表",
  206. "val": "[]",
  207. "autoGrow": false,
  208. "type": "textarea",
  209. "desc": "产品列表"
  210. }
  211. ]
  212. },
  213. {
  214. "id": "jojo.hbcpreHomeGrab",
  215. "name": "华文数交首发",
  216. "author": "@jojo",
  217. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreGrab.js",
  218. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreGrab.js",
  219. "icons": [
  220. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png",
  221. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png"
  222. ],
  223. "keys": [
  224. "HbcpreUserToken",
  225. "HbcpreUserInfo",
  226. "HbcpreHomeSeriesList"
  227. ],
  228. "settings": [
  229. {
  230. "id": "HbcpreHomeSeriesDataGrabEnabled",
  231. "name": "开启/关闭首发采集",
  232. "val": false,
  233. "type": "boolean",
  234. "desc": "默认关闭"
  235. },
  236. {
  237. "id": "HbcpreHomeSeriesCacheModeEnabled",
  238. "name": "开启/关闭缓存模式",
  239. "val": true,
  240. "type": "boolean",
  241. "desc": "默认开启"
  242. },
  243. {
  244. "id": "HbcpreHomeSeriesRapidFrequencyCount",
  245. "name": "1秒频率次数",
  246. "val": 2,
  247. "type": "number",
  248. "desc": "1秒频率次数"
  249. },
  250. {
  251. "id": "HbcpreHomeSeriesId",
  252. "name": "当前首发抢购Id",
  253. "val": "",
  254. "type": "text",
  255. "desc": "当前首发抢购Id"
  256. },
  257. {
  258. "id": "HbcpreHomeSeriesName",
  259. "name": "当前首发抢购名称",
  260. "val": "",
  261. "type": "text",
  262. "desc": "当前首发抢购名称"
  263. },
  264. {
  265. "id": "HbcpreHomeSeriesLimitBuy",
  266. "name": "一个ID限制下单数量",
  267. "val": 0,
  268. "type": "number",
  269. "desc": "一个ID限制下单数量"
  270. },
  271. {
  272. "id": "HbcpreHomeSeriesList",
  273. "name": "产品列表",
  274. "val": "[]",
  275. "autoGrow": false,
  276. "type": "textarea",
  277. "desc": "产品列表"
  278. }
  279. ]
  280. },
  281. {
  282. "id": "jojo.hbcpreComposite",
  283. "name": "华文数交合成",
  284. "author": "@jojo",
  285. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreComposite.js",
  286. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreComposite.js",
  287. "icons": [
  288. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png",
  289. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png"
  290. ],
  291. "keys": [
  292. "HbcpreUserToken",
  293. "HbcpreUserInfo",
  294. "HbcpreCompositeActivityData"
  295. ],
  296. "settings": [
  297. {
  298. "id": "HbcpreCompositeItemDataGrabEnabled",
  299. "name": "开启/关闭合成采集",
  300. "val": false,
  301. "type": "boolean",
  302. "desc": "默认关闭"
  303. },
  304. {
  305. "id": "HbcpreCompositeOnlyUseCache",
  306. "name": "仅用缓存数据来匹配",
  307. "val": false,
  308. "type": "boolean",
  309. "desc": "默认关闭"
  310. },
  311. {
  312. "id": "HbcpreCompositeActivityTaskMode",
  313. "name": "当前合成任务模式",
  314. "val": "1",
  315. "type": "selects",
  316. "desc": "",
  317. "items": [
  318. {
  319. "key": "1",
  320. "label": "模式1"
  321. },
  322. {
  323. "key": "2",
  324. "label": "模式2"
  325. }
  326. ]
  327. },
  328. {
  329. "id": "HbcpreCompositeRapidFrequencyCount",
  330. "name": "1秒频率次数",
  331. "val": 2,
  332. "type": "number",
  333. "desc": "1秒频率次数"
  334. },
  335. {
  336. "id": "HbcpreCompositeActivityId",
  337. "name": "当前合成Id",
  338. "val": "",
  339. "type": "text",
  340. "desc": "当前合成Id"
  341. },
  342. {
  343. "id": "HbcpreCompositeActivityName",
  344. "name": "当前合成名称",
  345. "val": "",
  346. "type": "text",
  347. "desc": "当前合成名称"
  348. },
  349. {
  350. "id": "HbcpreCompositeEntryTitleList",
  351. "name": "合成功能入口名称选择(模式2)",
  352. "val": "",
  353. "type": "radios",
  354. "desc": "",
  355. "items": [
  356. {
  357. "key": "合成活动",
  358. "label": "合成活动"
  359. },
  360. {
  361. "key": "限量合成",
  362. "label": "限量合成"
  363. },
  364. {
  365. "key": "好运合成",
  366. "label": "好运合成"
  367. }
  368. ]
  369. },
  370. {
  371. "id": "HbcpreCompositeEntryTitleCustom",
  372. "name": "合成功能入口名称自定义(模式2)",
  373. "val": "",
  374. "type": "text",
  375. "desc": "合成功能入口名称自定义(模式2)"
  376. },
  377. {
  378. "id": "HbcpreCompositeActivityData",
  379. "name": "活动列表",
  380. "val": "{}",
  381. "autoGrow": false,
  382. "type": "textarea",
  383. "desc": "活动列表"
  384. }
  385. ]
  386. },
  387. {
  388. "id": "jojo.hbcpreExchange",
  389. "name": "华文数交兑换",
  390. "author": "@jojo",
  391. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreExchange.js",
  392. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreExchange.js",
  393. "icons": [
  394. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png",
  395. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png"
  396. ],
  397. "keys": [
  398. "HbcpreUserToken",
  399. "HbcpreUserInfo",
  400. "HbcpreExchangeActivityData"
  401. ],
  402. "settings": [
  403. {
  404. "id": "HbcpreExchangeItemDataGrabEnabled",
  405. "name": "开启/关闭兑换采集",
  406. "val": false,
  407. "type": "boolean",
  408. "desc": "默认关闭"
  409. },
  410. {
  411. "id": "HbcpreExchangeOnlyUseCache",
  412. "name": "仅用缓存数据来匹配",
  413. "val": false,
  414. "type": "boolean",
  415. "desc": "默认关闭"
  416. },
  417. {
  418. "id": "HbcpreExchangeActivityTaskMode",
  419. "name": "当前兑换任务模式",
  420. "val": "1",
  421. "type": "selects",
  422. "desc": "",
  423. "items": [
  424. {
  425. "key": "1",
  426. "label": "模式1"
  427. },
  428. {
  429. "key": "2",
  430. "label": "模式2"
  431. }
  432. ]
  433. },
  434. {
  435. "id": "HbcpreExchangeRapidFrequencyCount",
  436. "name": "1秒频率次数",
  437. "val": 2,
  438. "type": "number",
  439. "desc": "1秒频率次数"
  440. },
  441. {
  442. "id": "HbcpreExchangeActivityId",
  443. "name": "当前兑换Id",
  444. "val": "",
  445. "type": "text",
  446. "desc": "当前兑换Id"
  447. },
  448. {
  449. "id": "HbcpreExchangeActivityName",
  450. "name": "当前兑换名称",
  451. "val": "",
  452. "type": "text",
  453. "desc": "当前兑换名称"
  454. },
  455. {
  456. "id": "HbcpreExchangeEntryTitleList",
  457. "name": "兑换功能入口名称选择(模式2)",
  458. "val": "",
  459. "type": "radios",
  460. "desc": "",
  461. "items": [
  462. {
  463. "key": "上新兑换",
  464. "label": "上新兑换"
  465. }
  466. ]
  467. },
  468. {
  469. "id": "HbcpreCompositeEntryTitleCustom",
  470. "name": "兑换功能入口名称自定义(模式2)",
  471. "val": "",
  472. "type": "text",
  473. "desc": "兑换功能入口名称自定义(模式2)"
  474. },
  475. {
  476. "id": "HbcpreExchangeActivityData",
  477. "name": "活动列表",
  478. "val": "{}",
  479. "autoGrow": false,
  480. "type": "textarea",
  481. "desc": "活动列表"
  482. }
  483. ]
  484. },
  485. {
  486. "id": "jojo.hbcpreDraw",
  487. "name": "华文数交抽奖",
  488. "author": "@jojo",
  489. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreDraw.js",
  490. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreDraw.js",
  491. "icons": [
  492. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png",
  493. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png"
  494. ],
  495. "keys": [
  496. "HbcpreUserToken",
  497. "HbcpreUserInfo",
  498. "HbcpreDrawActivityData",
  499. "HbcpreDrawActivityCostSeriesList"
  500. ],
  501. "settings": [
  502. {
  503. "id": "HbcpreDrawItemDataGrabEnabled",
  504. "name": "开启/关闭抽奖采集",
  505. "val": false,
  506. "type": "boolean",
  507. "desc": "默认关闭"
  508. },
  509. {
  510. "id": "HbcpreDrawActivityId",
  511. "name": "当前抽奖Id",
  512. "val": "",
  513. "type": "text",
  514. "desc": "当前抽奖Id"
  515. },
  516. {
  517. "id": "HbcpreDrawActivityName",
  518. "name": "当前抽奖名称",
  519. "val": "",
  520. "type": "text",
  521. "desc": "当前抽奖名称"
  522. },
  523. {
  524. "id": "HbcpreDrawActivityRunCount",
  525. "name": "当前抽奖此次",
  526. "val": 1,
  527. "type": "number",
  528. "desc": "当前抽奖此次"
  529. },
  530. {
  531. "id": "HbcpreDrawActivityData",
  532. "name": "活动列表",
  533. "val": "{}",
  534. "autoGrow": false,
  535. "type": "textarea",
  536. "desc": "活动列表"
  537. },
  538. {
  539. "id": "HbcpreDrawActivityCostSeriesList",
  540. "name": "消耗数据",
  541. "val": "{}",
  542. "autoGrow": false,
  543. "type": "textarea",
  544. "desc": "消耗数据"
  545. }
  546. ]
  547. }
  548. ]
  549. }