wubian.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  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. "id": "WubianMyArtCountCaptureEnabled",
  58. "name": "开启/关闭我拥有的产品数量采集",
  59. "val": true,
  60. "type": "boolean",
  61. "desc": "默认开启"
  62. },
  63. {
  64. "id": "WubianDataMaskingEnabled",
  65. "name": "开启/关闭数据脱敏处理",
  66. "val": true,
  67. "type": "boolean",
  68. "desc": "默认开启"
  69. },
  70. {
  71. "id": "WubianMyArtCountModifyMode",
  72. "name": "开启/关闭我拥有的产品数量修改模式",
  73. "val": false,
  74. "type": "boolean",
  75. "desc": "默认关闭"
  76. },
  77. {
  78. "id": "WubianMyAllArtRealCountData",
  79. "name": "我拥有的产品实际数量",
  80. "val": "[]",
  81. "type": "textarea",
  82. "autoGrow": true,
  83. "desc": "我拥有的产品实际数量"
  84. },
  85. {
  86. "id": "WubianMyAllArtModifyCountData",
  87. "name": "我拥有的产品数量自定义",
  88. "val": "[]",
  89. "type": "textarea",
  90. "autoGrow": true,
  91. "desc": "我拥有的产品数量自定义"
  92. }
  93. ]
  94. },
  95. {
  96. "id": "lkWubianFirstGrab",
  97. "name": "无边首发抢购",
  98. "author": "@jojo",
  99. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianFirstGrab.js",
  100. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianFirstGrab.js",
  101. "icons": [
  102. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  103. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  104. ],
  105. "keys": [
  106. "WubianFirstArtListData",
  107. "WubianCreateFirstOrderData"
  108. ],
  109. "settings": [
  110. {
  111. "id": "WubianFirstOrderCaptureEnabled",
  112. "name": "开启/关闭首发产品采集",
  113. "val": true,
  114. "type": "boolean",
  115. "desc": "默认开启"
  116. },
  117. {
  118. "id": "WubianFirstGrabConcurrentMode",
  119. "name": "开启/关闭并发快速模式",
  120. "val": true,
  121. "type": "boolean",
  122. "desc": "默认开启"
  123. },
  124. {
  125. "id": "WubianFirstGoodsName",
  126. "name": "当前首发产品名称关键字",
  127. "val": "",
  128. "type": "text",
  129. "desc": "当前首发产品名称关键字"
  130. },
  131. {
  132. "id": "WubianFirstGoodsId",
  133. "name": "当前首发产品ID",
  134. "val": "",
  135. "type": "text",
  136. "desc": "当前首发产品ID"
  137. },
  138. {
  139. "id": "WubianFirstGrabRunsPerSecond",
  140. "name": "当前首发抢购执行此次(n次每秒)",
  141. "val": 5,
  142. "type": "text",
  143. "desc": "当前首发抢购执行此次(n次每秒)"
  144. }
  145. ]
  146. },
  147. {
  148. "id": "lkWubianSynthesis",
  149. "name": "无边极速兑换",
  150. "author": "@jojo",
  151. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianSynthesis.js",
  152. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianSynthesis.js",
  153. "icons": [
  154. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  155. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  156. ],
  157. "keys": [
  158. "WubianProToken",
  159. "WubianActivityGoodsList"
  160. ],
  161. "settings": [
  162. {
  163. "id": "WubianActivityTaskCaptureEnabled",
  164. "name": "开启/关闭合成/兑换采集",
  165. "val": true,
  166. "type": "boolean",
  167. "desc": "默认开启"
  168. },
  169. {
  170. "id": "WubianSynthesisConcurrentMode",
  171. "name": "开启/关闭并发快速模式",
  172. "val": true,
  173. "type": "boolean",
  174. "desc": "默认开启"
  175. },
  176. {
  177. "id": "WubianActivityActivityTagName",
  178. "name": "当前合成/兑换活动标签关键字",
  179. "val": "",
  180. "type": "text",
  181. "desc": "当前合成/兑换活动标签关键字"
  182. },
  183. {
  184. "id": "WubianActivityIndexName",
  185. "name": "当前合成/兑换活动标题关键字",
  186. "val": "",
  187. "type": "text",
  188. "desc": "当前合成/兑换活动标题关键字"
  189. },
  190. {
  191. "id": "WubianActivityId",
  192. "name": "当前合成/兑换活动ID",
  193. "val": "",
  194. "type": "text",
  195. "desc": "当前合成/兑换活动ID"
  196. },
  197. {
  198. "id": "WubianSynthesisTargetAmount",
  199. "name": "当前合成/兑换目标数量",
  200. "val": "",
  201. "type": "text",
  202. "desc": "当前合成/兑换目标数量"
  203. },
  204. {
  205. "id": "WubianSynthesisRunsPerSecond",
  206. "name": "当前合成/兑换执行此次(n次每秒)",
  207. "val": 5,
  208. "type": "text",
  209. "desc": "当前合成/兑换执行此次(n次每秒)"
  210. }
  211. ]
  212. },
  213. {
  214. "id": "lkWubianConsignSale",
  215. "name": "无边一键寄售",
  216. "author": "@jojo",
  217. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianConsignSale.js",
  218. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianConsignSale.js",
  219. "icons": [
  220. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  221. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  222. ],
  223. "keys": [
  224. "WubianProToken",
  225. "WubianMyCollectListData"
  226. ],
  227. "settings": [
  228. {
  229. "id": "WubianConsignmentCaptureEnabled",
  230. "name": "开启/关闭一键寄售产品采集",
  231. "val": true,
  232. "type": "boolean",
  233. "desc": "默认开启"
  234. },
  235. {
  236. "id": "WubianConsignmentArtName",
  237. "name": "当前需寄售产品名称关键字",
  238. "val": "",
  239. "type": "text",
  240. "desc": "当前需寄售产品名称关键字"
  241. },
  242. {
  243. "id": "WubianConsignmentArtId",
  244. "name": "当前需寄售产品ID",
  245. "val": "",
  246. "type": "text",
  247. "desc": "当前需寄售产品ID"
  248. },
  249. {
  250. "id": "WubianConsignmentArtPrice",
  251. "name": "当前需寄售产品价格",
  252. "val": 0,
  253. "type": "number",
  254. "desc": "当前需寄售产品价格"
  255. },
  256. {
  257. "id": "WubianConsignmentArtAmount",
  258. "name": "当前需寄售产品数量",
  259. "val": 0,
  260. "type": "number",
  261. "desc": "当前需寄售产品数量"
  262. }
  263. ]
  264. },
  265. {
  266. "id": "lkWubianCloseSale",
  267. "name": "无边一键下架",
  268. "author": "@jojo",
  269. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianCloseSale.js",
  270. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianCloseSale.js",
  271. "icons": [
  272. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  273. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  274. ],
  275. "keys": [
  276. "WubianProToken"
  277. ],
  278. "settings": [
  279. {
  280. "id": "WubianCloseSaleArtName",
  281. "name": "当前需下架产品名称关键字",
  282. "val": "",
  283. "type": "text",
  284. "desc": "当前需下架产品名称关键字"
  285. }
  286. ]
  287. },
  288. {
  289. "id": "lkWubianFastGrab",
  290. "name": "无边一键购买",
  291. "author": "@jojo",
  292. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianFastGrab.js",
  293. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianFastGrab.js",
  294. "icons": [
  295. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  296. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  297. ],
  298. "keys": [
  299. "WubianProToken"
  300. ],
  301. "settings": [
  302. {
  303. "id": "WubianFastBuyCaptureEnabled",
  304. "name": "开启/关闭一键购买产品采集",
  305. "val": true,
  306. "type": "boolean",
  307. "desc": "默认开启"
  308. },
  309. {
  310. "id": "WubianFastBuyQuickModeEnabled",
  311. "name": "开启/关闭快捷购买模式",
  312. "val": false,
  313. "type": "boolean",
  314. "desc": "默认关闭"
  315. },
  316. {
  317. "id": "WubianFastBuyBatchModeEnabled",
  318. "name": "开启/关闭批量购买模式",
  319. "val": false,
  320. "type": "boolean",
  321. "desc": "默认关闭"
  322. },
  323. {
  324. "id": "WubianFastBuyArtName",
  325. "name": "当前需购买产品名称关键字",
  326. "val": "",
  327. "type": "text",
  328. "desc": "当前需购买产品名称关键字"
  329. },
  330. {
  331. "id": "WubianFastBuyArtId",
  332. "name": "当前需购买产品ID",
  333. "val": "",
  334. "type": "text",
  335. "desc": "当前需购买产品ID"
  336. },
  337. {
  338. "id": "WubianFastBuyArtPrice",
  339. "name": "当前需购买产品价格",
  340. "val": 0,
  341. "type": "number",
  342. "desc": "当前需购买产品价格"
  343. },
  344. {
  345. "id": "WubianFastBuyArtAmount",
  346. "name": "当前需购买产品数量",
  347. "val": 1,
  348. "type": "number",
  349. "desc": "当前需购买产品数量"
  350. }
  351. ]
  352. },
  353. {
  354. "id": "lkWubianRevokeEntrust",
  355. "name": "无边一键取消委托",
  356. "author": "@jojo",
  357. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianRevokeEntrust.js",
  358. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianRevokeEntrust.js",
  359. "icons": [
  360. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  361. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  362. ],
  363. "keys": [
  364. "WubianProToken"
  365. ],
  366. "settings": [
  367. {
  368. "id": "WubianRevokeEntrustName",
  369. "name": "当前需取消委托产品名称关键字",
  370. "val": "",
  371. "type": "text",
  372. "desc": "当前需取消委托产品名称关键字"
  373. }
  374. ]
  375. },
  376. {
  377. "id": "lkWubianOthersCollectList",
  378. "name": "无边查询其他用户收藏",
  379. "author": "@jojo",
  380. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianOthersCollectList.js",
  381. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianOthersCollectList.js",
  382. "icons": [
  383. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  384. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  385. ],
  386. "keys": [
  387. "WubianProToken"
  388. ],
  389. "settings": [
  390. {
  391. "id": "WubianQueryOthersCollectHashId",
  392. "name": "当前需查询用户的hashId",
  393. "val": "",
  394. "type": "text",
  395. "desc": "当前需查询用户的hashId"
  396. },
  397. {
  398. "id": "WubianQueryOthersCollectUserName",
  399. "name": "当前需查询用户昵称关键字",
  400. "val": "",
  401. "type": "text",
  402. "desc": "当前需查询用户昵称关键字"
  403. }
  404. ]
  405. }
  406. ]
  407. }