JoJo_BoxJs.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  1. {
  2. "id": "JoJo.app.sub",
  3. "name": "JoJo应用订阅",
  4. "description": "JoJo私人QX应用订阅",
  5. "author": "@JoJo",
  6. "icon": "https://avatars.githubusercontent.com/u/16010188",
  7. "repo": "http://git.jojo21.cf/shawenguan/Quantumult-X",
  8. "apps": [
  9. {
  10. "id": "lkGandartHelper",
  11. "name": "光予助手",
  12. "author": "@jojo",
  13. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartHelper.js",
  14. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartHelper.js",
  15. "icons": [
  16. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png",
  17. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png"
  18. ],
  19. "scripts": [
  20. {
  21. "name": "极速下单",
  22. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartOrder.js"
  23. },
  24. {
  25. "name": "极速锁单",
  26. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartLock.js"
  27. },
  28. {
  29. "name": "极速合成(或置换)",
  30. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartComposite.js"
  31. },
  32. {
  33. "name": "极速兑换(琳琅阁)",
  34. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartExchange.js"
  35. }
  36. ],
  37. "keys": [
  38. "lkGandartToken",
  39. "lkGandartCollectionCateLst"
  40. ],
  41. "settings": [
  42. {
  43. "id": "lkIsEnableLogGandartHelperCheckIn",
  44. "name": "开启/关闭日志",
  45. "val": true,
  46. "type": "boolean",
  47. "desc": "默认开启"
  48. },
  49. {
  50. "id": "lkNotifyOnlyFailGandartHelperCheckIn",
  51. "name": "只当执行失败才通知",
  52. "val": false,
  53. "type": "boolean",
  54. "desc": "默认关闭"
  55. },
  56. {
  57. "id": "lkIsEnableTgNotifyGandartHelperCheckIn",
  58. "name": "开启/关闭通知",
  59. "val": false,
  60. "type": "boolean",
  61. "desc": "默认关闭"
  62. },
  63. {
  64. "id": "lkTgNotifyUrlGandartHelperCheckIn",
  65. "name": "通知地址",
  66. "val": "",
  67. "type": "text",
  68. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  69. },
  70. {
  71. "id": "lkIsGandartCollectionWatchLocked",
  72. "name": "开启/关闭锁定监控产品",
  73. "val": false,
  74. "type": "boolean",
  75. "desc": "默认关闭锁定"
  76. },
  77. {
  78. "id": "lkGandartToken",
  79. "name": "token",
  80. "val": "",
  81. "type": "text",
  82. "placeholder": "(点击以展开说明)",
  83. "desc": "授权token"
  84. },
  85. {
  86. "id": "lkGandartCollectionCateLst",
  87. "name": "产品列表",
  88. "val": "[]",
  89. "type": "textarea",
  90. "placeholder": "(点击以展开说明)",
  91. "desc": "产品列表"
  92. }
  93. ]
  94. },
  95. {
  96. "id": "lkGandartOrderer",
  97. "name": "光予下单",
  98. "author": "@jojo",
  99. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartOrder.js",
  100. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartOrder.js",
  101. "icons": [
  102. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png",
  103. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png"
  104. ],
  105. "keys": [
  106. "lkGandartToken",
  107. "lkGandartCastingId",
  108. "lkGandartCollectionName",
  109. "lkGandartLimitPrice",
  110. "lkGandartFloatPriceIntaval",
  111. "lkIsGandartCollectionWatchLocked"
  112. ],
  113. "settings": [
  114. {
  115. "id": "lkIsEnableLogGandartOrdererCheckIn",
  116. "name": "开启/关闭日志",
  117. "val": true,
  118. "type": "boolean",
  119. "desc": "默认开启"
  120. },
  121. {
  122. "id": "lkNotifyOnlyFailGandartOrdererCheckIn",
  123. "name": "只当执行失败才通知",
  124. "val": false,
  125. "type": "boolean",
  126. "desc": "默认关闭"
  127. },
  128. {
  129. "id": "lkIsEnableTgNotifyGandartOrdererCheckIn",
  130. "name": "开启/关闭通知",
  131. "val": false,
  132. "type": "boolean",
  133. "desc": "默认关闭"
  134. },
  135. {
  136. "id": "lkTgNotifyUrlGandartOrdererCheckIn",
  137. "name": "通知地址",
  138. "val": "",
  139. "type": "text",
  140. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  141. },
  142. {
  143. "id": "lkIsGandartCollectionWatchLocked",
  144. "name": "开启/关闭锁定监控产品",
  145. "val": false,
  146. "type": "boolean",
  147. "desc": "默认关闭锁定"
  148. },
  149. {
  150. "id": "lkGandartPrivWalletListInUse",
  151. "name": "付款钱包",
  152. "val": "A,B,C",
  153. "type": "checkboxes",
  154. "desc": "付款钱包,如产品不支持当前所选钱包则不会下单",
  155. "items": [
  156. {
  157. "key": "A",
  158. "label": "钱包A"
  159. },
  160. {
  161. "key": "B",
  162. "label": "钱包B"
  163. },
  164. {
  165. "key": "C",
  166. "label": "钱包C"
  167. }
  168. ]
  169. },
  170. {
  171. "id": "lkGandartCastingId",
  172. "name": "产品铸造品类ID",
  173. "val": "",
  174. "type": "text",
  175. "desc": "产品铸造品类ID"
  176. },
  177. {
  178. "id": "lkGandartCollectionName",
  179. "name": "产品名称",
  180. "val": "",
  181. "type": "text",
  182. "desc": "产品名称"
  183. },
  184. {
  185. "id": "lkGandartLimitPrice",
  186. "name": "捡漏最高价格",
  187. "val": 0,
  188. "type": "text",
  189. "desc": "捡漏最高价格"
  190. },
  191. {
  192. "id": "lkGandartFloatPriceIntaval",
  193. "name": "价格浮动限制",
  194. "val": 10,
  195. "type": "number",
  196. "desc": "价格浮动限制,当浏览刷新的最低价格跟预设价格差值大于此值则修正为最低价"
  197. },
  198. {
  199. "id": "lkGandartCollectionCateLst",
  200. "name": "产品列表",
  201. "val": "[]",
  202. "autoGrow": true,
  203. "type": "textarea",
  204. "desc": "产品列表"
  205. }
  206. ]
  207. },
  208. {
  209. "id": "lkGandartLocker",
  210. "name": "光予锁单",
  211. "author": "@jojo",
  212. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartLock.js",
  213. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartLock.js",
  214. "icons": [
  215. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png",
  216. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png"
  217. ],
  218. "keys": [
  219. "lkGandartToken",
  220. "lkGandartLockCastingId",
  221. "lkGandartLockCollectionName",
  222. "lkGandartLockViewSort"
  223. ],
  224. "settings": [
  225. {
  226. "id": "lkIsEnableLogGandartLockerCheckIn",
  227. "name": "开启/关闭日志",
  228. "val": true,
  229. "type": "boolean",
  230. "desc": "默认开启"
  231. },
  232. {
  233. "id": "lkNotifyOnlyFailGandartLockerCheckIn",
  234. "name": "只当执行失败才通知",
  235. "val": false,
  236. "type": "boolean",
  237. "desc": "默认关闭"
  238. },
  239. {
  240. "id": "lkIsEnableTgNotifyGandartLockerCheckIn",
  241. "name": "开启/关闭通知",
  242. "val": false,
  243. "type": "boolean",
  244. "desc": "默认关闭"
  245. },
  246. {
  247. "id": "lkTgNotifyUrlGandartLockerCheckIn",
  248. "name": "通知地址",
  249. "val": "",
  250. "type": "text",
  251. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  252. },
  253. {
  254. "id": "lkIsGandartCollectionWatchLocked",
  255. "name": "开启/关闭锁定监控产品",
  256. "val": false,
  257. "type": "boolean",
  258. "desc": "默认关闭锁定"
  259. },
  260. {
  261. "id": "lkGandartCastingId",
  262. "name": "产品铸造品类ID",
  263. "val": "",
  264. "type": "text",
  265. "desc": "产品铸造品类ID"
  266. },
  267. {
  268. "id": "lkGandartCollectionName",
  269. "name": "产品名称",
  270. "val": "",
  271. "type": "text",
  272. "desc": "产品名称"
  273. },
  274. {
  275. "id": "lkGandartLimitPrice",
  276. "name": "捡漏最高价格",
  277. "val": 0,
  278. "type": "text",
  279. "desc": "捡漏最高价格"
  280. },
  281. {
  282. "id": "lkGandartFloatPriceIntaval",
  283. "name": "价格浮动限制",
  284. "val": 10,
  285. "type": "number",
  286. "desc": "价格浮动限制"
  287. },
  288. {
  289. "id": "lkGandartCollectionCateLst",
  290. "name": "产品列表",
  291. "val": "[]",
  292. "autoGrow": true,
  293. "type": "textarea",
  294. "desc": "产品列表"
  295. }
  296. ]
  297. },
  298. {
  299. "id": "lkGandartCompositer",
  300. "name": "光予合成",
  301. "author": "@jojo",
  302. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartComposite.js",
  303. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartComposite.js",
  304. "icons": [
  305. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png",
  306. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png"
  307. ],
  308. "keys": [
  309. "lkGandartToken",
  310. "lkGandartCompositeTaskId",
  311. "lkGandartCompositeTaskName"
  312. ],
  313. "settings": [
  314. {
  315. "id": "lkIsEnableLogGandartCompositerCheckIn",
  316. "name": "开启/关闭日志",
  317. "val": true,
  318. "type": "boolean",
  319. "desc": "默认开启"
  320. },
  321. {
  322. "id": "lkNotifyOnlyFailGandartCompositerCheckIn",
  323. "name": "只当执行失败才通知",
  324. "val": false,
  325. "type": "boolean",
  326. "desc": "默认关闭"
  327. },
  328. {
  329. "id": "lkIsEnableTgNotifyGandartCompositerCheckIn",
  330. "name": "开启/关闭通知",
  331. "val": false,
  332. "type": "boolean",
  333. "desc": "默认关闭"
  334. },
  335. {
  336. "id": "lkTgNotifyUrlGandartCompositerCheckIn",
  337. "name": "通知地址",
  338. "val": "",
  339. "type": "text",
  340. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  341. },
  342. {
  343. "id": "lkGandartCompositeFuncEnalbleList",
  344. "name": "功能步骤",
  345. "val": "TaskList,MateList,DecidedList",
  346. "type": "checkboxes",
  347. "desc": "功能步骤",
  348. "items": [
  349. {
  350. "key": "TaskList",
  351. "label": "获取合成任务列表"
  352. },
  353. {
  354. "key": "MateList",
  355. "label": "获取可行合成方案"
  356. },
  357. {
  358. "key": "DecidedList",
  359. "label": "生成最终合成方案"
  360. },
  361. {
  362. "key": "ExecComposite",
  363. "label": "最终执行合成任务"
  364. }
  365. ]
  366. },
  367. {
  368. "id": "lkGandartCompositeTaskListStatus",
  369. "name": "任务列表状态",
  370. "val": "1",
  371. "type": "radios",
  372. "desc": "",
  373. "items": [
  374. {
  375. "key": "0",
  376. "label": "待开始"
  377. },
  378. {
  379. "key": "1",
  380. "label": "合成中"
  381. },
  382. {
  383. "key": "2",
  384. "label": "已结束"
  385. },
  386. {
  387. "key": "3",
  388. "label": "待开始与合成中"
  389. }
  390. ]
  391. },
  392. {
  393. "id": "lkGandartCompositeTaskMode",
  394. "name": "任务合成模式",
  395. "val": "1",
  396. "type": "radios",
  397. "desc": "",
  398. "items": [
  399. {
  400. "key": "0",
  401. "label": "普通(即时计算合成)"
  402. },
  403. {
  404. "key": "1",
  405. "label": "极速(预设数据合成)"
  406. }
  407. ]
  408. },
  409. {
  410. "id": "lkIsCompositeTaskListCache",
  411. "name": "启用/弃用任务列表本地缓存",
  412. "val": false,
  413. "type": "boolean",
  414. "desc": "默认关闭"
  415. },
  416. {
  417. "id": "lkIsCompositeMaterialCache",
  418. "name": "启用/弃用材料详情本地缓存",
  419. "val": false,
  420. "type": "boolean",
  421. "desc": "默认关闭"
  422. },
  423. {
  424. "id": "lkGandartCompositeTaskId",
  425. "name": "合成任务ID",
  426. "val": "",
  427. "type": "text",
  428. "desc": "合成任务ID"
  429. },
  430. {
  431. "id": "lkGandartCompositeCountArray",
  432. "name": "合成组合执行次数",
  433. "val": "0#1",
  434. "type": "text",
  435. "desc": "合成组合执行次数,格式如:0#1,0代表应索引0的可行方案组合,1代表执行次数"
  436. },
  437. {
  438. "id": "lkGandartCompositeTaskMateList",
  439. "name": "合成组合可行方案",
  440. "val": "[]",
  441. "autoGrow": false,
  442. "type": "textarea",
  443. "desc": "普通模式运行得出,仅供查看,用于编写合成组合执行次数"
  444. },
  445. {
  446. "id": "lkGandartCompositeTaskFinalList",
  447. "name": "合成组合最终方案",
  448. "val": "[]",
  449. "autoGrow": false,
  450. "type": "textarea",
  451. "desc": "普通模式运行得出,作为极速模式下的缓存,可手动编写(慎重)"
  452. },
  453. {
  454. "id": "lkGandartCompositeTaskList0",
  455. "name": "待开始-任务列表",
  456. "val": "[]",
  457. "autoGrow": true,
  458. "type": "textarea",
  459. "desc": "待开始的任务列表,用于查看合成任务ID(勿编辑修改)"
  460. },
  461. {
  462. "id": "lkGandartCompositeTaskList1",
  463. "name": "合成中-任务列表",
  464. "val": "[]",
  465. "autoGrow": false,
  466. "type": "textarea",
  467. "desc": "合成中的任务列表,用于查看合成任务ID(勿编辑修改)"
  468. },
  469. {
  470. "id": "lkGandartCompositeTaskList2",
  471. "name": "已结束-任务列表",
  472. "val": "[]",
  473. "autoGrow": false,
  474. "type": "textarea",
  475. "desc": "已结束的任务列表,用于查看合成任务ID(勿编辑修改)"
  476. }
  477. ]
  478. }
  479. ]
  480. }