hbcpre.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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": "HbcpreOrderItemDataGrabEnabled",
  33. "name": "开启/关闭下单采集",
  34. "val": false,
  35. "type": "boolean",
  36. "desc": "默认关闭"
  37. },
  38. {
  39. "id": "drawItemDataGrabEnabled",
  40. "name": "开启/关闭抽奖采集",
  41. "val": false,
  42. "type": "boolean",
  43. "desc": "默认关闭"
  44. },
  45. {
  46. "id": "compoundItemDataGrabEnabled",
  47. "name": "开启/关闭合成采集",
  48. "val": false,
  49. "type": "boolean",
  50. "desc": "默认关闭"
  51. },
  52. {
  53. "id": "HbcpreExchangeItemDataGrabEnabled",
  54. "name": "开启/关闭兑换采集",
  55. "val": false,
  56. "type": "boolean",
  57. "desc": "默认关闭"
  58. },
  59. {
  60. "id": "HbcpreUserToken",
  61. "name": "用户Token",
  62. "val": "",
  63. "type": "text",
  64. "placeholder": "",
  65. "desc": "授权token"
  66. },
  67. {
  68. "id": "HbcpreUserInfo",
  69. "name": "用户信息",
  70. "val": "",
  71. "type": "textarea",
  72. "placeholder": "",
  73. "desc": "授权token"
  74. },
  75. {
  76. "id": "HbcpreCollectionClassList",
  77. "name": "产品列表",
  78. "val": "[]",
  79. "type": "textarea",
  80. "autoGrow": true,
  81. "placeholder": "",
  82. "desc": "产品列表"
  83. },
  84. {
  85. "id": "HbcpreItemCntRwData",
  86. "name": "拥有的产品数量自定义",
  87. "val": "",
  88. "type": "text",
  89. "desc": "拥有的产品数量自定义,格式:id#num|id#num"
  90. }
  91. ]
  92. },
  93. {
  94. "id": "jojo.hbcpreOrder",
  95. "name": "华文数交下单",
  96. "author": "@jojo",
  97. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreOrder.js",
  98. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreOrder.js",
  99. "icons": [
  100. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png",
  101. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png"
  102. ],
  103. "keys": [
  104. "HbcpreUserToken",
  105. "HbcpreUserInfo",
  106. "HbcpreCollectionClassList"
  107. ],
  108. "settings": [
  109. {
  110. "id": "HbcpreCollectionWatchLocked",
  111. "name": "开启/关闭锁定监控产品",
  112. "val": false,
  113. "type": "boolean",
  114. "desc": "默认关闭"
  115. },
  116. {
  117. "id": "HbcpreOrderFastModeEnabled",
  118. "name": "开启/关闭下单快捷模式",
  119. "val": true,
  120. "type": "boolean",
  121. "desc": "默认开启"
  122. },
  123. {
  124. "id": "HbcpreCastingId",
  125. "name": "当前下单监控Id",
  126. "val": "",
  127. "type": "text",
  128. "desc": "当前下单监控Id"
  129. },
  130. {
  131. "id": "HbcpreCollectionName",
  132. "name": "当前下单监控名称",
  133. "val": "",
  134. "type": "text",
  135. "desc": "当前下单监控名称"
  136. },
  137. {
  138. "id": "HbcpreOrderLimitPrice",
  139. "name": "捡漏最高价格",
  140. "val": 0,
  141. "type": "text",
  142. "desc": "捡漏最高价格"
  143. },
  144. {
  145. "id": "HbcpreFloatPriceIntaval",
  146. "name": "价格浮动限制",
  147. "val": 10,
  148. "type": "number",
  149. "desc": "价格浮动限制,当浏览刷新的最低价格跟预设价格差值大于此值则修正为最低价"
  150. },
  151. {
  152. "id": "HbcpreCollectionClassList",
  153. "name": "产品列表",
  154. "val": "[]",
  155. "autoGrow": false,
  156. "type": "textarea",
  157. "desc": "产品列表"
  158. }
  159. ]
  160. }
  161. ]
  162. }