hbcpre.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  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": "HbcpreCompositeActivityId",
  279. "name": "当前合成Id",
  280. "val": "",
  281. "type": "text",
  282. "desc": "当前合成Id"
  283. },
  284. {
  285. "id": "HbcpreCompositeActivityName",
  286. "name": "当前合成名称",
  287. "val": "",
  288. "type": "text",
  289. "desc": "当前合成名称"
  290. },
  291. {
  292. "id": "HbcpreCompositeActivityData",
  293. "name": "活动列表",
  294. "val": "{}",
  295. "autoGrow": false,
  296. "type": "textarea",
  297. "desc": "活动列表"
  298. }
  299. ]
  300. },
  301. {
  302. "id": "jojo.hbcpreExchange",
  303. "name": "华文数交兑换",
  304. "author": "@jojo",
  305. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreExchange.js",
  306. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreExchange.js",
  307. "icons": [
  308. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png",
  309. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png"
  310. ],
  311. "keys": [
  312. "HbcpreUserToken",
  313. "HbcpreUserInfo",
  314. "HbcpreExchangeActivityData"
  315. ],
  316. "settings": [
  317. {
  318. "id": "HbcpreExchangeItemDataGrabEnabled",
  319. "name": "开启/关闭兑换采集",
  320. "val": false,
  321. "type": "boolean",
  322. "desc": "默认关闭"
  323. },
  324. {
  325. "id": "HbcpreExchangeActivityId",
  326. "name": "当前兑换Id",
  327. "val": "",
  328. "type": "text",
  329. "desc": "当前兑换Id"
  330. },
  331. {
  332. "id": "HbcpreExchangeActivityName",
  333. "name": "当前兑换名称",
  334. "val": "",
  335. "type": "text",
  336. "desc": "当前兑换名称"
  337. },
  338. {
  339. "id": "HbcpreExchangeActivityData",
  340. "name": "活动列表",
  341. "val": "{}",
  342. "autoGrow": false,
  343. "type": "textarea",
  344. "desc": "活动列表"
  345. }
  346. ]
  347. }
  348. ]
  349. }