hbcpre.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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": "HbcpreOrderItemDataGrabEnabled",
  40. "name": "开启/关闭抢单采集",
  41. "val": false,
  42. "type": "boolean",
  43. "desc": "默认关闭"
  44. },
  45. {
  46. "id": "drawItemDataGrabEnabled",
  47. "name": "开启/关闭抽奖采集",
  48. "val": false,
  49. "type": "boolean",
  50. "desc": "默认关闭"
  51. },
  52. {
  53. "id": "compoundItemDataGrabEnabled",
  54. "name": "开启/关闭合成采集",
  55. "val": false,
  56. "type": "boolean",
  57. "desc": "默认关闭"
  58. },
  59. {
  60. "id": "HbcpreExchangeItemDataGrabEnabled",
  61. "name": "开启/关闭兑换采集",
  62. "val": false,
  63. "type": "boolean",
  64. "desc": "默认关闭"
  65. },
  66. {
  67. "id": "HbcpreUserToken",
  68. "name": "用户Token",
  69. "val": "",
  70. "type": "text",
  71. "placeholder": "",
  72. "desc": "授权token"
  73. },
  74. {
  75. "id": "HbcpreUserInfo",
  76. "name": "用户信息",
  77. "val": "",
  78. "type": "textarea",
  79. "placeholder": "",
  80. "desc": "授权token"
  81. },
  82. {
  83. "id": "HbcpreCollectionClassList",
  84. "name": "产品列表",
  85. "val": "[]",
  86. "type": "textarea",
  87. "autoGrow": true,
  88. "placeholder": "",
  89. "desc": "产品列表"
  90. },
  91. {
  92. "id": "HbcpreItemCntRwData",
  93. "name": "拥有的产品数量自定义",
  94. "val": "",
  95. "type": "text",
  96. "desc": "拥有的产品数量自定义,格式:id#num|id#num"
  97. },
  98. {
  99. "id": "HbcpreCastingId",
  100. "name": "当前下单监控Id",
  101. "val": "",
  102. "type": "text",
  103. "placeholder": "",
  104. "desc": "当前下单监控Id"
  105. },
  106. {
  107. "id": "HbcpreOrderLimitPrice",
  108. "name": "当前下单限制价格",
  109. "val": "",
  110. "type": "text",
  111. "placeholder": "",
  112. "desc": "当前下单限制价格"
  113. },
  114. {
  115. "id": "HbcpreFloatPriceIntaval",
  116. "name": "当前下单价格上浮空间",
  117. "val": "",
  118. "type": "text",
  119. "placeholder": "",
  120. "desc": "当前下单价格上浮空间"
  121. }
  122. ]
  123. },
  124. {
  125. "id": "jojo.hbcpreOrder",
  126. "name": "华文数交下单",
  127. "author": "@jojo",
  128. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreOrder.js",
  129. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreOrder.js",
  130. "icons": [
  131. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png",
  132. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png"
  133. ],
  134. "keys": [
  135. "HbcpreUserToken",
  136. "HbcpreUserInfo",
  137. "HbcpreCollectionClassList"
  138. ],
  139. "settings": [
  140. {
  141. "id": "HbcpreCollectionWatchLocked",
  142. "name": "开启/关闭锁定监控产品",
  143. "val": false,
  144. "type": "boolean",
  145. "desc": "默认关闭"
  146. },
  147. {
  148. "id": "HbcpreCollectionMaxNumLimit",
  149. "name": "开启/关闭检查未支付单数限制",
  150. "val": false,
  151. "type": "boolean",
  152. "desc": "默认关闭"
  153. },
  154. {
  155. "id": "HbcpreCollectionLockMaxNum",
  156. "name": "最大允许未支付单数",
  157. "val": 6,
  158. "type": "number",
  159. "desc": "最大允许未支付单数"
  160. },
  161. {
  162. "id": "HbcpreCastingId",
  163. "name": "产品铸造品类ID",
  164. "val": "",
  165. "type": "text",
  166. "desc": "产品铸造品类ID"
  167. },
  168. {
  169. "id": "HbcpreCollectionName",
  170. "name": "产品名称",
  171. "val": "",
  172. "type": "text",
  173. "desc": "产品名称"
  174. },
  175. {
  176. "id": "HbcpreOrderLimitPrice",
  177. "name": "捡漏最高价格",
  178. "val": 0,
  179. "type": "text",
  180. "desc": "捡漏最高价格"
  181. },
  182. {
  183. "id": "HbcpreFloatPriceIntaval",
  184. "name": "价格浮动限制",
  185. "val": 10,
  186. "type": "number",
  187. "desc": "价格浮动限制,当浏览刷新的最低价格跟预设价格差值大于此值则修正为最低价"
  188. },
  189. {
  190. "id": "HbcpreCollectionClassList",
  191. "name": "产品列表",
  192. "val": "[]",
  193. "autoGrow": false,
  194. "type": "textarea",
  195. "desc": "产品列表"
  196. }
  197. ]
  198. }
  199. ]
  200. }