wubian.json 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. {
  2. "id": "jojo.app.wubian",
  3. "name": "无边星链应用订阅",
  4. "description": "关于无边星链应用脚本订阅集合",
  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": "lkWubianHelper",
  11. "name": "无边星链助手",
  12. "author": "@jojo",
  13. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianHelper.js",
  14. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianHelper.js",
  15. "icons": [
  16. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  17. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  18. ],
  19. "scripts": [
  20. {
  21. "name": "极速下单",
  22. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianOrder.js"
  23. },
  24. {
  25. "name": "极速兑换",
  26. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianSynthesis.js"
  27. },
  28. {
  29. "name": "首发抢购",
  30. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianGrab.js"
  31. }
  32. ],
  33. "keys": [
  34. "WubianProToken",
  35. "WubianActivityListData#0",
  36. "WubianActivityListData#1",
  37. "WubianActivityListData#2",
  38. "WubianActivityListData#3",
  39. "WubianActivityListData#4"
  40. ],
  41. "settings": [
  42. {
  43. "id": "WubianActivityTaskCaptureEnabled",
  44. "name": "开启/关闭合成/兑换活动采集",
  45. "val": true,
  46. "type": "boolean",
  47. "desc": "默认开启"
  48. },
  49. {
  50. "id": "WubianFirstOrderCaptureEnabled",
  51. "name": "开启/关闭首发产品采集",
  52. "val": true,
  53. "type": "boolean",
  54. "desc": "默认开启"
  55. }
  56. ]
  57. },
  58. {
  59. "id": "lkWubianFirstGrab",
  60. "name": "无边首发抢购",
  61. "author": "@jojo",
  62. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianFirstGrab.js",
  63. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianFirstGrab.js",
  64. "icons": [
  65. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  66. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  67. ],
  68. "keys": [
  69. "WubianFirstArtListData",
  70. "WubianCreateFirstOrderData"
  71. ],
  72. "settings": [
  73. {
  74. "id": "WubianFirstOrderCaptureEnabled",
  75. "name": "开启/关闭首发产品采集",
  76. "val": true,
  77. "type": "boolean",
  78. "desc": "默认开启"
  79. },
  80. {
  81. "id": "WubianFirstGrabConcurrentMode",
  82. "name": "开启/关闭并发快速模式",
  83. "val": true,
  84. "type": "boolean",
  85. "desc": "默认开启"
  86. },
  87. {
  88. "id": "WubianFirstGoodsName",
  89. "name": "当前首发产品名称关键字",
  90. "val": "",
  91. "type": "text",
  92. "desc": "当前首发产品名称关键字"
  93. },
  94. {
  95. "id": "WubianFirstGoodsId",
  96. "name": "当前首发产品ID",
  97. "val": "",
  98. "type": "text",
  99. "desc": "当前首发产品ID"
  100. },
  101. {
  102. "id": "WubianFirstGrabRunsPerSecond",
  103. "name": "当前首发抢购执行此次(n次每秒)",
  104. "val": 5,
  105. "type": "text",
  106. "desc": "当前首发抢购执行此次(n次每秒)"
  107. }
  108. ]
  109. },
  110. {
  111. "id": "lkWubianSynthesis",
  112. "name": "无边极速兑换",
  113. "author": "@jojo",
  114. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianSynthesis.js",
  115. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianSynthesis.js",
  116. "icons": [
  117. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  118. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  119. ],
  120. "keys": [
  121. "WubianProToken",
  122. "WubianActivityGoodsList"
  123. ],
  124. "settings": [
  125. {
  126. "id": "WubianActivityTaskCaptureEnabled",
  127. "name": "开启/关闭合成/兑换采集",
  128. "val": true,
  129. "type": "boolean",
  130. "desc": "默认开启"
  131. },
  132. {
  133. "id": "WubianSynthesisConcurrentMode",
  134. "name": "开启/关闭并发快速模式",
  135. "val": true,
  136. "type": "boolean",
  137. "desc": "默认开启"
  138. },
  139. {
  140. "id": "WubianActivityActivityTagName",
  141. "name": "当前合成/兑换活动标签关键字",
  142. "val": "",
  143. "type": "text",
  144. "desc": "当前合成/兑换活动标签关键字"
  145. },
  146. {
  147. "id": "WubianActivityIndexName",
  148. "name": "当前合成/兑换活动标题关键字",
  149. "val": "",
  150. "type": "text",
  151. "desc": "当前合成/兑换活动标题关键字"
  152. },
  153. {
  154. "id": "WubianActivityId",
  155. "name": "当前合成/兑换活动ID",
  156. "val": "",
  157. "type": "text",
  158. "desc": "当前合成/兑换活动ID"
  159. },
  160. {
  161. "id": "WubianSynthesisRunsPerSecond",
  162. "name": "当前合成/兑换执行此次(n次每秒)",
  163. "val": 5,
  164. "type": "text",
  165. "desc": "当前合成/兑换执行此次(n次每秒)"
  166. }
  167. ]
  168. },
  169. {
  170. "id": "lkWubianConsignment",
  171. "name": "无边一键寄售",
  172. "author": "@jojo",
  173. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianConsignment.js",
  174. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianConsignment.js",
  175. "icons": [
  176. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  177. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  178. ],
  179. "keys": [
  180. "WubianProToken",
  181. "WubianMyCollectListData"
  182. ],
  183. "settings": [
  184. {
  185. "id": "WubianConsignmentCaptureEnabled",
  186. "name": "开启/关闭一键寄售产品采集",
  187. "val": true,
  188. "type": "boolean",
  189. "desc": "默认开启"
  190. },
  191. {
  192. "id": "WubianConsignmentArtName",
  193. "name": "当前需寄售产品名称关键字",
  194. "val": "",
  195. "type": "text",
  196. "desc": "当前需寄售产品名称关键字"
  197. },
  198. {
  199. "id": "WubianConsignmentArtId",
  200. "name": "当前需寄售产品ID",
  201. "val": "",
  202. "type": "text",
  203. "desc": "当前需寄售产品ID"
  204. },
  205. {
  206. "id": "WubianConsignmentArtAmount",
  207. "name": "当前需寄售产品数量",
  208. "val": 0,
  209. "type": "number",
  210. "desc": "当前需寄售产品数量"
  211. }
  212. ]
  213. }
  214. ]
  215. }