hbcpre.json 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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. "keys": [
  26. "HbcpreUserToken",
  27. "HbcpreUserInfo",
  28. "HbcpreCollectionClassList"
  29. ],
  30. "settings": [
  31. {
  32. "id": "HbcpreDecryptionEnabled",
  33. "name": "开启/关闭采取解密",
  34. "val": true,
  35. "type": "boolean",
  36. "desc": "默认开启"
  37. },
  38. {
  39. "id": "HbcpreOrderFastModeEnabled",
  40. "name": "开启/关闭下单快捷模式",
  41. "val": true,
  42. "type": "boolean",
  43. "desc": "默认开启"
  44. },
  45. {
  46. "id": "HbcpreOrderItemDataGrabEnabled",
  47. "name": "开启/关闭抢单采集",
  48. "val": false,
  49. "type": "boolean",
  50. "desc": "默认关闭"
  51. },
  52. {
  53. "id": "drawItemDataGrabEnabled",
  54. "name": "开启/关闭抽奖采集",
  55. "val": false,
  56. "type": "boolean",
  57. "desc": "默认关闭"
  58. },
  59. {
  60. "id": "compoundItemDataGrabEnabled",
  61. "name": "开启/关闭合成采集",
  62. "val": false,
  63. "type": "boolean",
  64. "desc": "默认关闭"
  65. },
  66. {
  67. "id": "HbcpreExchangeItemDataGrabEnabled",
  68. "name": "开启/关闭兑换采集",
  69. "val": false,
  70. "type": "boolean",
  71. "desc": "默认关闭"
  72. },
  73. {
  74. "id": "HbcpreUserToken",
  75. "name": "用户Token",
  76. "val": "",
  77. "type": "text",
  78. "placeholder": "",
  79. "desc": "授权token"
  80. },
  81. {
  82. "id": "HbcpreUserInfo",
  83. "name": "用户信息",
  84. "val": "",
  85. "type": "textarea",
  86. "placeholder": "",
  87. "desc": "授权token"
  88. },
  89. {
  90. "id": "HbcpreCollectionClassList",
  91. "name": "产品列表",
  92. "val": "[]",
  93. "type": "textarea",
  94. "autoGrow": true,
  95. "placeholder": "",
  96. "desc": "产品列表"
  97. },
  98. {
  99. "id": "HbcpreItemCntRwData",
  100. "name": "拥有的产品数量自定义",
  101. "val": "",
  102. "type": "text",
  103. "desc": "拥有的产品数量自定义,格式:id#num|id#num"
  104. },
  105. {
  106. "id": "HbcpreCastingId",
  107. "name": "当前下单监控Id",
  108. "val": "",
  109. "type": "text",
  110. "placeholder": "",
  111. "desc": "当前下单监控Id"
  112. },
  113. {
  114. "id": "HbcpreOrderLimitPrice",
  115. "name": "当前下单限制价格",
  116. "val": "",
  117. "type": "text",
  118. "placeholder": "",
  119. "desc": "当前下单限制价格"
  120. },
  121. {
  122. "id": "HbcpreFloatPriceIntaval",
  123. "name": "当前下单价格上浮空间",
  124. "val": "",
  125. "type": "text",
  126. "placeholder": "",
  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": "HbcpreCollectionWatchLocked",
  149. "name": "开启/关闭锁定监控产品",
  150. "val": false,
  151. "type": "boolean",
  152. "desc": "默认关闭"
  153. },
  154. {
  155. "id": "HbcpreCollectionMaxNumLimit",
  156. "name": "开启/关闭检查未支付单数限制",
  157. "val": false,
  158. "type": "boolean",
  159. "desc": "默认关闭"
  160. },
  161. {
  162. "id": "HbcpreCollectionLockMaxNum",
  163. "name": "最大允许未支付单数",
  164. "val": 6,
  165. "type": "number",
  166. "desc": "最大允许未支付单数"
  167. },
  168. {
  169. "id": "HbcpreCastingId",
  170. "name": "产品铸造品类ID",
  171. "val": "",
  172. "type": "text",
  173. "desc": "产品铸造品类ID"
  174. },
  175. {
  176. "id": "HbcpreCollectionName",
  177. "name": "产品名称",
  178. "val": "",
  179. "type": "text",
  180. "desc": "产品名称"
  181. },
  182. {
  183. "id": "HbcpreOrderLimitPrice",
  184. "name": "捡漏最高价格",
  185. "val": 0,
  186. "type": "text",
  187. "desc": "捡漏最高价格"
  188. },
  189. {
  190. "id": "HbcpreFloatPriceIntaval",
  191. "name": "价格浮动限制",
  192. "val": 10,
  193. "type": "number",
  194. "desc": "价格浮动限制,当浏览刷新的最低价格跟预设价格差值大于此值则修正为最低价"
  195. },
  196. {
  197. "id": "HbcpreCollectionClassList",
  198. "name": "产品列表",
  199. "val": "[]",
  200. "autoGrow": false,
  201. "type": "textarea",
  202. "desc": "产品列表"
  203. }
  204. ]
  205. }
  206. ]
  207. }