hbcpre.json 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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": "drawItemDataGrabEnabled",
  51. "name": "开启/关闭抽奖采集",
  52. "val": false,
  53. "type": "boolean",
  54. "desc": "默认关闭"
  55. },
  56. {
  57. "id": "HbcpreDrawItemDataGrabEnabled",
  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": "HbcpreCollectionWatchLocked",
  129. "name": "开启/关闭锁定监控产品",
  130. "val": false,
  131. "type": "boolean",
  132. "desc": "默认关闭"
  133. },
  134. {
  135. "id": "HbcpreOrderFastModeEnabled",
  136. "name": "开启/关闭下单快捷模式",
  137. "val": true,
  138. "type": "boolean",
  139. "desc": "默认开启"
  140. },
  141. {
  142. "id": "HbcpreCastingId",
  143. "name": "当前下单监控Id",
  144. "val": "",
  145. "type": "text",
  146. "desc": "当前下单监控Id"
  147. },
  148. {
  149. "id": "HbcpreCollectionName",
  150. "name": "当前下单监控名称",
  151. "val": "",
  152. "type": "text",
  153. "desc": "当前下单监控名称"
  154. },
  155. {
  156. "id": "HbcpreOrderLimitPrice",
  157. "name": "捡漏最高价格",
  158. "val": 0,
  159. "type": "number",
  160. "desc": "捡漏最高价格"
  161. },
  162. {
  163. "id": "HbcpreFloatPriceIntaval",
  164. "name": "价格浮动限制",
  165. "val": 10,
  166. "type": "number",
  167. "desc": "价格浮动限制,当浏览刷新的最低价格跟预设价格差值大于此值则修正为最低价"
  168. },
  169. {
  170. "id": "HbcpreCollectionClassList",
  171. "name": "产品列表",
  172. "val": "[]",
  173. "autoGrow": false,
  174. "type": "textarea",
  175. "desc": "产品列表"
  176. }
  177. ]
  178. },
  179. {
  180. "id": "jojo.hbcpreHomeGrab",
  181. "name": "华文数交首发",
  182. "author": "@jojo",
  183. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreGrab.js",
  184. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreGrab.js",
  185. "icons": [
  186. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png",
  187. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png"
  188. ],
  189. "keys": [
  190. "HbcpreUserToken",
  191. "HbcpreUserInfo",
  192. "HbcpreHomeSeriesList"
  193. ],
  194. "settings": [
  195. {
  196. "id": "HbcpreHomeSeriesCacheModeEnabled",
  197. "name": "开启/关闭缓存模式",
  198. "val": true,
  199. "type": "boolean",
  200. "desc": "默认开启"
  201. },
  202. {
  203. "id": "HbcpreHomeSeriesId",
  204. "name": "当前首发抢购Id",
  205. "val": "",
  206. "type": "text",
  207. "desc": "当前首发抢购Id"
  208. },
  209. {
  210. "id": "HbcpreHomeSeriesName",
  211. "name": "当前首发抢购名称",
  212. "val": "",
  213. "type": "text",
  214. "desc": "当前首发抢购名称"
  215. },
  216. {
  217. "id": "HbcpreHomeSeriesLimitBuy",
  218. "name": "一个ID限制下单数量",
  219. "val": 0,
  220. "type": "number",
  221. "desc": "一个ID限制下单数量"
  222. },
  223. {
  224. "id": "HbcpreHomeSeriesList",
  225. "name": "产品列表",
  226. "val": "[]",
  227. "autoGrow": false,
  228. "type": "textarea",
  229. "desc": "产品列表"
  230. }
  231. ]
  232. }
  233. ]
  234. }