hbcpre.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  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. "keys": [
  30. "HbcpreUserToken",
  31. "HbcpreUserInfo",
  32. "HbcpreCollectionClassList"
  33. ],
  34. "settings": [
  35. {
  36. "id": "HbcpreOrderItemDataGrabEnabled",
  37. "name": "开启/关闭下单采集",
  38. "val": false,
  39. "type": "boolean",
  40. "desc": "默认关闭"
  41. },
  42. {
  43. "id": "HbcpreHomeSeriesDataGrabEnabled",
  44. "name": "开启/关闭首发采集",
  45. "val": false,
  46. "type": "boolean",
  47. "desc": "默认关闭"
  48. },
  49. {
  50. "id": "HbcpreDrawItemDataGrabEnabled",
  51. "name": "开启/关闭抽奖采集",
  52. "val": false,
  53. "type": "boolean",
  54. "desc": "默认关闭"
  55. },
  56. {
  57. "id": "HbcpreCompositeItemDataGrabEnabled",
  58. "name": "开启/关闭合成采集",
  59. "val": false,
  60. "type": "boolean",
  61. "desc": "默认关闭"
  62. },
  63. {
  64. "id": "HbcpreExchangeItemDataGrabEnabled",
  65. "name": "开启/关闭兑换采集",
  66. "val": false,
  67. "type": "boolean",
  68. "desc": "默认关闭"
  69. },
  70. {
  71. "id": "HbcpreBrowserOpenUrl",
  72. "name": "代理浏览器地址URL",
  73. "val": "http://127.0.0.1:5000/proxy",
  74. "type": "text",
  75. "placeholder": "",
  76. "desc": "代理浏览器地址URL"
  77. },
  78. {
  79. "id": "HbcpreUserToken",
  80. "name": "用户Token",
  81. "val": "",
  82. "type": "text",
  83. "placeholder": "",
  84. "desc": "授权token"
  85. },
  86. {
  87. "id": "HbcpreUserInfo",
  88. "name": "用户信息",
  89. "val": "",
  90. "type": "textarea",
  91. "placeholder": "",
  92. "desc": "授权token"
  93. },
  94. {
  95. "id": "HbcpreCollectionClassList",
  96. "name": "产品列表",
  97. "val": "[]",
  98. "type": "textarea",
  99. "autoGrow": true,
  100. "placeholder": "",
  101. "desc": "产品列表"
  102. },
  103. {
  104. "id": "HbcpreMyOwnSeriesCntFakeData",
  105. "name": "拥有的产品数量自定义",
  106. "val": "",
  107. "type": "text",
  108. "desc": "拥有的产品数量自定义,格式:id#num|id#num"
  109. },
  110. {
  111. "id": "HbcpreOpeningTimeOffset",
  112. "name": "上新产品时间偏移(ms)",
  113. "val": 60000,
  114. "type": "number",
  115. "desc": "上新产品时间向前偏移"
  116. }
  117. ]
  118. },
  119. {
  120. "id": "jojo.hbcpreOrder",
  121. "name": "华文数交下单",
  122. "author": "@jojo",
  123. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreOrder.js",
  124. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreOrder.js",
  125. "icons": [
  126. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png",
  127. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png"
  128. ],
  129. "keys": [
  130. "HbcpreUserToken",
  131. "HbcpreUserInfo",
  132. "HbcpreCollectionClassList"
  133. ],
  134. "settings": [
  135. {
  136. "id": "HbcpreOrderItemDataGrabEnabled",
  137. "name": "开启/关闭下单采集",
  138. "val": false,
  139. "type": "boolean",
  140. "desc": "默认关闭"
  141. },
  142. {
  143. "id": "HbcpreCollectionWatchLocked",
  144. "name": "开启/关闭锁定监控产品",
  145. "val": false,
  146. "type": "boolean",
  147. "desc": "默认关闭"
  148. },
  149. {
  150. "id": "HbcpreOrderFastModeEnabled",
  151. "name": "开启/关闭下单快捷模式",
  152. "val": true,
  153. "type": "boolean",
  154. "desc": "默认开启"
  155. },
  156. {
  157. "id": "HbcpreCastingId",
  158. "name": "当前下单监控Id",
  159. "val": "",
  160. "type": "text",
  161. "desc": "当前下单监控Id"
  162. },
  163. {
  164. "id": "HbcpreCollectionName",
  165. "name": "当前下单监控名称",
  166. "val": "",
  167. "type": "text",
  168. "desc": "当前下单监控名称"
  169. },
  170. {
  171. "id": "HbcpreOrderLimitPrice",
  172. "name": "捡漏最高价格",
  173. "val": 0,
  174. "type": "number",
  175. "desc": "捡漏最高价格"
  176. },
  177. {
  178. "id": "HbcpreFloatPriceIntaval",
  179. "name": "价格浮动限制",
  180. "val": 10,
  181. "type": "number",
  182. "desc": "价格浮动限制,当浏览刷新的最低价格跟预设价格差值大于此值则修正为最低价"
  183. },
  184. {
  185. "id": "HbcpreCollectionClassList",
  186. "name": "产品列表",
  187. "val": "[]",
  188. "autoGrow": false,
  189. "type": "textarea",
  190. "desc": "产品列表"
  191. }
  192. ]
  193. },
  194. {
  195. "id": "jojo.hbcpreHomeGrab",
  196. "name": "华文数交首发",
  197. "author": "@jojo",
  198. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreGrab.js",
  199. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreGrab.js",
  200. "icons": [
  201. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png",
  202. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png"
  203. ],
  204. "keys": [
  205. "HbcpreUserToken",
  206. "HbcpreUserInfo",
  207. "HbcpreHomeSeriesList"
  208. ],
  209. "settings": [
  210. {
  211. "id": "HbcpreHomeSeriesDataGrabEnabled",
  212. "name": "开启/关闭首发采集",
  213. "val": false,
  214. "type": "boolean",
  215. "desc": "默认关闭"
  216. },
  217. {
  218. "id": "HbcpreHomeSeriesCacheModeEnabled",
  219. "name": "开启/关闭缓存模式",
  220. "val": true,
  221. "type": "boolean",
  222. "desc": "默认开启"
  223. },
  224. {
  225. "id": "HbcpreHomeSeriesId",
  226. "name": "当前首发抢购Id",
  227. "val": "",
  228. "type": "text",
  229. "desc": "当前首发抢购Id"
  230. },
  231. {
  232. "id": "HbcpreHomeSeriesName",
  233. "name": "当前首发抢购名称",
  234. "val": "",
  235. "type": "text",
  236. "desc": "当前首发抢购名称"
  237. },
  238. {
  239. "id": "HbcpreHomeSeriesLimitBuy",
  240. "name": "一个ID限制下单数量",
  241. "val": 0,
  242. "type": "number",
  243. "desc": "一个ID限制下单数量"
  244. },
  245. {
  246. "id": "HbcpreHomeSeriesList",
  247. "name": "产品列表",
  248. "val": "[]",
  249. "autoGrow": false,
  250. "type": "textarea",
  251. "desc": "产品列表"
  252. }
  253. ]
  254. },
  255. {
  256. "id": "jojo.hbcpreComposite",
  257. "name": "华文数交合成",
  258. "author": "@jojo",
  259. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreComposite.js",
  260. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreComposite.js",
  261. "icons": [
  262. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png",
  263. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png"
  264. ],
  265. "keys": [
  266. "HbcpreUserToken",
  267. "HbcpreUserInfo",
  268. "HbcpreCompositeActivityData"
  269. ],
  270. "settings": [
  271. {
  272. "id": "HbcpreCompositeItemDataGrabEnabled",
  273. "name": "开启/关闭合成采集",
  274. "val": false,
  275. "type": "boolean",
  276. "desc": "默认关闭"
  277. },
  278. {
  279. "id": "HbcpreCompositeOnlyUseCache",
  280. "name": "仅用缓存数据来匹配",
  281. "val": false,
  282. "type": "boolean",
  283. "desc": "默认关闭"
  284. },
  285. {
  286. "id": "HbcpreCompositeActivityTaskMode",
  287. "name": "当前合成任务模式",
  288. "val": "1",
  289. "type": "selects",
  290. "desc": "",
  291. "items": [
  292. {
  293. "key": "1",
  294. "label": "模式1"
  295. },
  296. {
  297. "key": "2",
  298. "label": "模式2"
  299. }
  300. ]
  301. },
  302. {
  303. "id": "HbcpreCompositeActivityId",
  304. "name": "当前合成Id",
  305. "val": "",
  306. "type": "text",
  307. "desc": "当前合成Id"
  308. },
  309. {
  310. "id": "HbcpreCompositeActivityName",
  311. "name": "当前合成名称",
  312. "val": "",
  313. "type": "text",
  314. "desc": "当前合成名称"
  315. },
  316. {
  317. "id": "HbcpreCompositeEntryTitleList",
  318. "name": "合成功能入口名称选择(模式2)",
  319. "val": "",
  320. "type": "radios",
  321. "desc": "",
  322. "items": [
  323. {
  324. "key": "合成活动",
  325. "label": "合成活动"
  326. },
  327. {
  328. "key": "限量合成",
  329. "label": "限量合成"
  330. },
  331. {
  332. "key": "好运合成",
  333. "label": "好运合成"
  334. }
  335. ]
  336. },
  337. {
  338. "id": "HbcpreCompositeEntryTitleCustom",
  339. "name": "合成功能入口名称自定义(模式2)",
  340. "val": "",
  341. "type": "text",
  342. "desc": "合成功能入口名称自定义(模式2)"
  343. },
  344. {
  345. "id": "HbcpreCompositeActivityData",
  346. "name": "活动列表",
  347. "val": "{}",
  348. "autoGrow": false,
  349. "type": "textarea",
  350. "desc": "活动列表"
  351. }
  352. ]
  353. },
  354. {
  355. "id": "jojo.hbcpreExchange",
  356. "name": "华文数交兑换",
  357. "author": "@jojo",
  358. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreExchange.js",
  359. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreExchange.js",
  360. "icons": [
  361. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png",
  362. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png"
  363. ],
  364. "keys": [
  365. "HbcpreUserToken",
  366. "HbcpreUserInfo",
  367. "HbcpreExchangeActivityData"
  368. ],
  369. "settings": [
  370. {
  371. "id": "HbcpreExchangeItemDataGrabEnabled",
  372. "name": "开启/关闭兑换采集",
  373. "val": false,
  374. "type": "boolean",
  375. "desc": "默认关闭"
  376. },
  377. {
  378. "id": "HbcpreExchangeOnlyUseCache",
  379. "name": "仅用缓存数据来匹配",
  380. "val": false,
  381. "type": "boolean",
  382. "desc": "默认关闭"
  383. },
  384. {
  385. "id": "HbcpreExchangeActivityTaskMode",
  386. "name": "当前兑换任务模式",
  387. "val": "1",
  388. "type": "selects",
  389. "desc": "",
  390. "items": [
  391. {
  392. "key": "1",
  393. "label": "模式1"
  394. },
  395. {
  396. "key": "2",
  397. "label": "模式2"
  398. }
  399. ]
  400. },
  401. {
  402. "id": "HbcpreExchangeActivityId",
  403. "name": "当前兑换Id",
  404. "val": "",
  405. "type": "text",
  406. "desc": "当前兑换Id"
  407. },
  408. {
  409. "id": "HbcpreExchangeActivityName",
  410. "name": "当前兑换名称",
  411. "val": "",
  412. "type": "text",
  413. "desc": "当前兑换名称"
  414. },
  415. {
  416. "id": "HbcpreExchangeEntryTitleList",
  417. "name": "兑换功能入口名称选择(模式2)",
  418. "val": "",
  419. "type": "radios",
  420. "desc": "",
  421. "items": [
  422. {
  423. "key": "上新兑换",
  424. "label": "上新兑换"
  425. }
  426. ]
  427. },
  428. {
  429. "id": "HbcpreCompositeEntryTitleCustom",
  430. "name": "兑换功能入口名称自定义(模式2)",
  431. "val": "",
  432. "type": "text",
  433. "desc": "兑换功能入口名称自定义(模式2)"
  434. },
  435. {
  436. "id": "HbcpreExchangeActivityData",
  437. "name": "活动列表",
  438. "val": "{}",
  439. "autoGrow": false,
  440. "type": "textarea",
  441. "desc": "活动列表"
  442. }
  443. ]
  444. }
  445. ]
  446. }