wubian.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  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": "number",
  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": "WubianSynthesisUseCacheEnabled",
  178. "name": "开启/关闭材料组合缓存",
  179. "val": false,
  180. "type": "boolean",
  181. "desc": "默认关闭"
  182. },
  183. {
  184. "id": "WubianActivityActivityTagName",
  185. "name": "当前合成/兑换活动标签关键字",
  186. "val": "",
  187. "type": "text",
  188. "desc": "当前合成/兑换活动标签关键字"
  189. },
  190. {
  191. "id": "WubianActivityIndexName",
  192. "name": "当前合成/兑换活动标题关键字",
  193. "val": "",
  194. "type": "text",
  195. "desc": "当前合成/兑换活动标题关键字"
  196. },
  197. {
  198. "id": "WubianActivityId",
  199. "name": "当前合成/兑换活动ID",
  200. "val": "",
  201. "type": "text",
  202. "desc": "当前合成/兑换活动ID"
  203. },
  204. {
  205. "id": "WubianSynthesisTargetAmount",
  206. "name": "当前合成/兑换目标数量",
  207. "val": "",
  208. "type": "text",
  209. "desc": "当前合成/兑换目标数量"
  210. },
  211. {
  212. "id": "WubianSynthesisRunsPerSecond",
  213. "name": "当前合成/兑换执行此次(n次每秒)",
  214. "val": 5,
  215. "type": "number",
  216. "desc": "当前合成/兑换执行此次(n次每秒)"
  217. },
  218. {
  219. "id": "WubianSynthesisAllowAdvanceTime",
  220. "name": "当前合成/兑换执行提前时间(单位秒)",
  221. "val": 5,
  222. "type": "number",
  223. "desc": "当前合成/兑换执行提前时间(单位秒)"
  224. }
  225. ]
  226. },
  227. {
  228. "id": "lkWubianConsignSale",
  229. "name": "无边一键寄售",
  230. "author": "@jojo",
  231. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianConsignSale.js",
  232. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianConsignSale.js",
  233. "icons": [
  234. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  235. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  236. ],
  237. "keys": [
  238. "WubianProToken",
  239. "WubianMyCollectListData"
  240. ],
  241. "settings": [
  242. {
  243. "id": "WubianConsignmentCaptureEnabled",
  244. "name": "开启/关闭一键寄售产品采集",
  245. "val": true,
  246. "type": "boolean",
  247. "desc": "默认开启"
  248. },
  249. {
  250. "id": "WubianConsignmentArtName",
  251. "name": "当前需寄售产品名称关键字",
  252. "val": "",
  253. "type": "text",
  254. "desc": "当前需寄售产品名称关键字"
  255. },
  256. {
  257. "id": "WubianConsignmentArtId",
  258. "name": "当前需寄售产品ID",
  259. "val": "",
  260. "type": "text",
  261. "desc": "当前需寄售产品ID"
  262. },
  263. {
  264. "id": "WubianConsignmentArtPrice",
  265. "name": "当前需寄售产品价格",
  266. "val": 0,
  267. "type": "number",
  268. "desc": "当前需寄售产品价格"
  269. },
  270. {
  271. "id": "WubianConsignmentArtAmount",
  272. "name": "当前需寄售产品数量",
  273. "val": 0,
  274. "type": "number",
  275. "desc": "当前需寄售产品数量"
  276. }
  277. ]
  278. },
  279. {
  280. "id": "lkWubianCloseSale",
  281. "name": "无边一键下架",
  282. "author": "@jojo",
  283. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianCloseSale.js",
  284. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianCloseSale.js",
  285. "icons": [
  286. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  287. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  288. ],
  289. "keys": [
  290. "WubianProToken"
  291. ],
  292. "settings": [
  293. {
  294. "id": "WubianCloseSaleArtName",
  295. "name": "当前需下架产品名称关键字",
  296. "val": "",
  297. "type": "text",
  298. "desc": "当前需下架产品名称关键字"
  299. }
  300. ]
  301. },
  302. {
  303. "id": "lkWubianFastGrab",
  304. "name": "无边一键购买",
  305. "author": "@jojo",
  306. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianFastGrab.js",
  307. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianFastGrab.js",
  308. "icons": [
  309. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  310. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  311. ],
  312. "keys": [
  313. "WubianProToken"
  314. ],
  315. "settings": [
  316. {
  317. "id": "WubianFastBuyCaptureEnabled",
  318. "name": "开启/关闭一键购买产品采集",
  319. "val": true,
  320. "type": "boolean",
  321. "desc": "默认开启"
  322. },
  323. {
  324. "id": "WubianFastBuyQuickModeEnabled",
  325. "name": "开启/关闭快捷购买模式",
  326. "val": false,
  327. "type": "boolean",
  328. "desc": "默认关闭"
  329. },
  330. {
  331. "id": "WubianFastBuyBatchModeEnabled",
  332. "name": "开启/关闭批量购买模式",
  333. "val": false,
  334. "type": "boolean",
  335. "desc": "默认关闭"
  336. },
  337. {
  338. "id": "WubianFastBuyArtName",
  339. "name": "当前需购买产品名称关键字",
  340. "val": "",
  341. "type": "text",
  342. "desc": "当前需购买产品名称关键字"
  343. },
  344. {
  345. "id": "WubianFastBuyArtId",
  346. "name": "当前需购买产品ID",
  347. "val": "",
  348. "type": "text",
  349. "desc": "当前需购买产品ID"
  350. },
  351. {
  352. "id": "WubianFastBuyArtPrice",
  353. "name": "当前需购买产品价格",
  354. "val": 0,
  355. "type": "number",
  356. "desc": "当前需购买产品价格"
  357. },
  358. {
  359. "id": "WubianFastBuyArtAmount",
  360. "name": "当前需购买产品数量",
  361. "val": 1,
  362. "type": "number",
  363. "desc": "当前需购买产品数量"
  364. }
  365. ]
  366. },
  367. {
  368. "id": "lkWubianRevokeEntrust",
  369. "name": "无边一键取消委托",
  370. "author": "@jojo",
  371. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianRevokeEntrust.js",
  372. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianRevokeEntrust.js",
  373. "icons": [
  374. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  375. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  376. ],
  377. "keys": [
  378. "WubianProToken"
  379. ],
  380. "settings": [
  381. {
  382. "id": "WubianRevokeEntrustName",
  383. "name": "当前需取消委托产品名称关键字",
  384. "val": "",
  385. "type": "text",
  386. "desc": "当前需取消委托产品名称关键字"
  387. }
  388. ]
  389. },
  390. {
  391. "id": "lkWubianOthersCollectList",
  392. "name": "无边查询其他用户收藏",
  393. "author": "@jojo",
  394. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianOthersCollectList.js",
  395. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianOthersCollectList.js",
  396. "icons": [
  397. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  398. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  399. ],
  400. "keys": [
  401. "WubianProToken"
  402. ],
  403. "settings": [
  404. {
  405. "id": "WubianQueryOthersCollectHashId",
  406. "name": "当前需查询用户的hashId",
  407. "val": "",
  408. "type": "text",
  409. "desc": "当前需查询用户的hashId"
  410. },
  411. {
  412. "id": "WubianQueryOthersCollectUserName",
  413. "name": "当前需查询用户昵称关键字",
  414. "val": "",
  415. "type": "text",
  416. "desc": "当前需查询用户昵称关键字"
  417. }
  418. ]
  419. }
  420. ]
  421. }