hbcpre.json 15 KB

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