JoJo_BoxJs.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  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. "autoGrow": true,
  91. "placeholder": "(点击以展开说明)",
  92. "desc": "产品列表"
  93. }
  94. ]
  95. },
  96. {
  97. "id": "lkGandartOrderer",
  98. "name": "光予下单",
  99. "author": "@jojo",
  100. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartOrder.js",
  101. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartOrder.js",
  102. "icons": [
  103. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png",
  104. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png"
  105. ],
  106. "keys": [
  107. "lkGandartToken",
  108. "lkGandartCastingId",
  109. "lkGandartCollectionName",
  110. "lkGandartLimitPrice",
  111. "lkGandartFloatPriceIntaval",
  112. "lkIsGandartCollectionWatchLocked"
  113. ],
  114. "settings": [
  115. {
  116. "id": "lkIsEnableLogGandartOrdererCheckIn",
  117. "name": "开启/关闭日志",
  118. "val": true,
  119. "type": "boolean",
  120. "desc": "默认开启"
  121. },
  122. {
  123. "id": "lkNotifyOnlyFailGandartOrdererCheckIn",
  124. "name": "只当执行失败才通知",
  125. "val": false,
  126. "type": "boolean",
  127. "desc": "默认关闭"
  128. },
  129. {
  130. "id": "lkIsEnableTgNotifyGandartOrdererCheckIn",
  131. "name": "开启/关闭通知",
  132. "val": false,
  133. "type": "boolean",
  134. "desc": "默认关闭"
  135. },
  136. {
  137. "id": "lkTgNotifyUrlGandartOrdererCheckIn",
  138. "name": "通知地址",
  139. "val": "",
  140. "type": "text",
  141. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  142. },
  143. {
  144. "id": "lkIsGandartCollectionWatchLocked",
  145. "name": "开启/关闭锁定监控产品",
  146. "val": false,
  147. "type": "boolean",
  148. "desc": "默认关闭锁定"
  149. },
  150. {
  151. "id": "lkGandartIsCollectionMaxNumLimit",
  152. "name": "开启/关闭检查未支付单数限制",
  153. "val": false,
  154. "type": "boolean",
  155. "desc": "默认关闭锁定"
  156. },
  157. {
  158. "id": "lkGandartCollectionLockMaxNum",
  159. "name": "最大允许未支付单数",
  160. "val": 6,
  161. "type": "number",
  162. "desc": "最大允许未支付单数"
  163. },
  164. {
  165. "id": "lkGandartPrivWalletListInUse",
  166. "name": "付款钱包",
  167. "val": "A,B,C",
  168. "type": "checkboxes",
  169. "desc": "付款钱包,如产品不支持当前所选钱包则不会下单",
  170. "items": [
  171. {
  172. "key": "A",
  173. "label": "钱包A"
  174. },
  175. {
  176. "key": "B",
  177. "label": "钱包B"
  178. },
  179. {
  180. "key": "C",
  181. "label": "钱包C"
  182. }
  183. ]
  184. },
  185. {
  186. "id": "lkGandartCastingId",
  187. "name": "产品铸造品类ID",
  188. "val": "",
  189. "type": "text",
  190. "desc": "产品铸造品类ID"
  191. },
  192. {
  193. "id": "lkGandartCollectionName",
  194. "name": "产品名称",
  195. "val": "",
  196. "type": "text",
  197. "desc": "产品名称"
  198. },
  199. {
  200. "id": "lkGandartLimitPrice",
  201. "name": "捡漏最高价格",
  202. "val": 0,
  203. "type": "text",
  204. "desc": "捡漏最高价格"
  205. },
  206. {
  207. "id": "lkGandartFloatPriceIntaval",
  208. "name": "价格浮动限制",
  209. "val": 10,
  210. "type": "number",
  211. "desc": "价格浮动限制,当浏览刷新的最低价格跟预设价格差值大于此值则修正为最低价"
  212. },
  213. {
  214. "id": "lkGandartCollectionCateLst",
  215. "name": "产品列表",
  216. "val": "[]",
  217. "autoGrow": false,
  218. "type": "textarea",
  219. "desc": "产品列表"
  220. }
  221. ]
  222. },
  223. {
  224. "id": "lkGandartLocker",
  225. "name": "光予锁单",
  226. "author": "@jojo",
  227. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartLock.js",
  228. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartLock.js",
  229. "icons": [
  230. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png",
  231. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png"
  232. ],
  233. "keys": [
  234. "lkGandartToken",
  235. "lkGandartLockCastingId",
  236. "lkGandartLockCollectionName",
  237. "lkGandartLockViewSort"
  238. ],
  239. "settings": [
  240. {
  241. "id": "lkIsEnableLogGandartLockerCheckIn",
  242. "name": "开启/关闭日志",
  243. "val": true,
  244. "type": "boolean",
  245. "desc": "默认开启"
  246. },
  247. {
  248. "id": "lkNotifyOnlyFailGandartLockerCheckIn",
  249. "name": "只当执行失败才通知",
  250. "val": false,
  251. "type": "boolean",
  252. "desc": "默认关闭"
  253. },
  254. {
  255. "id": "lkIsEnableTgNotifyGandartLockerCheckIn",
  256. "name": "开启/关闭通知",
  257. "val": false,
  258. "type": "boolean",
  259. "desc": "默认关闭"
  260. },
  261. {
  262. "id": "lkTgNotifyUrlGandartLockerCheckIn",
  263. "name": "通知地址",
  264. "val": "",
  265. "type": "text",
  266. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  267. },
  268. {
  269. "id": "lkGandartLockCastingId",
  270. "name": "产品铸造品类ID",
  271. "val": "",
  272. "type": "text",
  273. "desc": "产品铸造品类ID"
  274. },
  275. {
  276. "id": "lkGandartLockCollectionName",
  277. "name": "产品名称",
  278. "val": "",
  279. "type": "text",
  280. "desc": "产品名称"
  281. },
  282. {
  283. "id": "lkGandartLockViewSort",
  284. "name": "产品编号",
  285. "val": 0,
  286. "type": "text",
  287. "desc": "产品编号"
  288. },
  289. {
  290. "id": "lkGandartCollectionCateLst",
  291. "name": "产品列表",
  292. "val": "[]",
  293. "autoGrow": true,
  294. "type": "textarea",
  295. "desc": "产品列表"
  296. }
  297. ]
  298. },
  299. {
  300. "id": "lkGandartCompositer",
  301. "name": "光予合成",
  302. "author": "@jojo",
  303. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartComposite.js",
  304. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartComposite.js",
  305. "icons": [
  306. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png",
  307. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png"
  308. ],
  309. "keys": [
  310. "lkGandartToken",
  311. "lkGandartCompositeTaskId",
  312. "lkGandartCompositeTaskNameDisplay"
  313. ],
  314. "settings": [
  315. {
  316. "id": "lkIsEnableLogGandartCompositerCheckIn",
  317. "name": "开启/关闭日志",
  318. "val": true,
  319. "type": "boolean",
  320. "desc": "默认开启"
  321. },
  322. {
  323. "id": "lkNotifyOnlyFailGandartCompositerCheckIn",
  324. "name": "只当执行失败才通知",
  325. "val": false,
  326. "type": "boolean",
  327. "desc": "默认关闭"
  328. },
  329. {
  330. "id": "lkIsEnableTgNotifyGandartCompositerCheckIn",
  331. "name": "开启/关闭通知",
  332. "val": false,
  333. "type": "boolean",
  334. "desc": "默认关闭"
  335. },
  336. {
  337. "id": "lkTgNotifyUrlGandartCompositerCheckIn",
  338. "name": "通知地址",
  339. "val": "",
  340. "type": "text",
  341. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  342. },
  343. {
  344. "id": "lkGandartCompositeFuncEnalbleList",
  345. "name": "功能步骤",
  346. "val": "TaskList,MateList,DecidedList",
  347. "type": "checkboxes",
  348. "desc": "功能步骤",
  349. "items": [
  350. {
  351. "key": "TaskList",
  352. "label": "获取合成任务列表"
  353. },
  354. {
  355. "key": "MateList",
  356. "label": "获取可行合成方案"
  357. },
  358. {
  359. "key": "DecidedList",
  360. "label": "生成最终合成方案"
  361. },
  362. {
  363. "key": "ExecComposite",
  364. "label": "最终执行合成任务"
  365. }
  366. ]
  367. },
  368. {
  369. "id": "lkGandartCompositeTaskListStatus",
  370. "name": "任务列表状态",
  371. "val": "1",
  372. "type": "radios",
  373. "desc": "",
  374. "items": [
  375. {
  376. "key": "0",
  377. "label": "待开始"
  378. },
  379. {
  380. "key": "1",
  381. "label": "合成中"
  382. },
  383. {
  384. "key": "2",
  385. "label": "已结束"
  386. },
  387. {
  388. "key": "3",
  389. "label": "待开始与合成中"
  390. }
  391. ]
  392. },
  393. {
  394. "id": "lkGandartCompositeTaskMode",
  395. "name": "任务合成模式",
  396. "val": "1",
  397. "type": "radios",
  398. "desc": "",
  399. "items": [
  400. {
  401. "key": "0",
  402. "label": "普通(即时计算合成)"
  403. },
  404. {
  405. "key": "1",
  406. "label": "极速(预设数据合成)"
  407. }
  408. ]
  409. },
  410. {
  411. "id": "lkIsCompositeTaskListCache",
  412. "name": "启用/弃用任务列表本地缓存",
  413. "val": false,
  414. "type": "boolean",
  415. "desc": "默认关闭"
  416. },
  417. {
  418. "id": "lkIsCompositeMaterialCache",
  419. "name": "启用/弃用材料详情本地缓存",
  420. "val": false,
  421. "type": "boolean",
  422. "desc": "默认关闭"
  423. },
  424. {
  425. "id": "lkIsCompositeTaskSearchEnable",
  426. "name": "启用/关闭合成任务名称检索",
  427. "val": true,
  428. "type": "boolean",
  429. "desc": "默认关闭"
  430. },
  431. {
  432. "id": "lkGandartCompositeTaskId",
  433. "name": "合成任务ID",
  434. "val": "",
  435. "type": "text",
  436. "desc": "合成任务ID"
  437. },
  438. {
  439. "id": "lkGandartCompostieTaskSearchKey",
  440. "name": "合成任务名称关键字",
  441. "val": "",
  442. "type": "text",
  443. "desc": "合成任务名称关键字,进行搜索匹配到相应的任务ID"
  444. },
  445. {
  446. "id": "lkGandartCompositeCountArray",
  447. "name": "合成组合执行次数",
  448. "val": "0#1",
  449. "type": "text",
  450. "desc": "合成组合执行次数,格式如:0#1,0代表应索引0的可行方案组合,1代表执行次数"
  451. },
  452. {
  453. "id": "lkGandartCompositeTaskMateList",
  454. "name": "合成组合可行方案",
  455. "val": "[]",
  456. "autoGrow": false,
  457. "type": "textarea",
  458. "desc": "普通模式运行得出,仅供查看,用于编写合成组合执行次数"
  459. },
  460. {
  461. "id": "lkGandartCompositeTaskFinalList",
  462. "name": "合成组合最终方案",
  463. "val": "[]",
  464. "autoGrow": false,
  465. "type": "textarea",
  466. "desc": "普通模式运行得出,作为极速模式下的缓存,可手动编写(慎重)"
  467. },
  468. {
  469. "id": "lkGandartCompositeTaskList0",
  470. "name": "待开始-任务列表",
  471. "val": "[]",
  472. "autoGrow": true,
  473. "type": "textarea",
  474. "desc": "待开始的任务列表,用于查看合成任务ID(勿编辑修改)"
  475. },
  476. {
  477. "id": "lkGandartCompositeTaskList1",
  478. "name": "合成中-任务列表",
  479. "val": "[]",
  480. "autoGrow": false,
  481. "type": "textarea",
  482. "desc": "合成中的任务列表,用于查看合成任务ID(勿编辑修改)"
  483. },
  484. {
  485. "id": "lkGandartCompositeTaskList2",
  486. "name": "已结束-任务列表",
  487. "val": "[]",
  488. "autoGrow": false,
  489. "type": "textarea",
  490. "desc": "已结束的任务列表,用于查看合成任务ID(勿编辑修改)"
  491. }
  492. ]
  493. },
  494. {
  495. "id": "lkGandartPayer",
  496. "name": "光予支付",
  497. "author": "@jojo",
  498. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartOrder.js",
  499. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartOrder.js",
  500. "icons": [
  501. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png",
  502. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png"
  503. ],
  504. "keys": [
  505. "lkGandartToken"
  506. ],
  507. "settings": [
  508. {
  509. "id": "lkIsEnableLogGandartPayerCheckIn",
  510. "name": "开启/关闭日志",
  511. "val": true,
  512. "type": "boolean",
  513. "desc": "默认开启"
  514. },
  515. {
  516. "id": "lkNotifyOnlyFailGandartPayerrCheckIn",
  517. "name": "只当执行失败才通知",
  518. "val": false,
  519. "type": "boolean",
  520. "desc": "默认关闭"
  521. },
  522. {
  523. "id": "lkIsEnableTgNotifyGandartPayerCheckIn",
  524. "name": "开启/关闭通知",
  525. "val": false,
  526. "type": "boolean",
  527. "desc": "默认关闭"
  528. },
  529. {
  530. "id": "lkTgNotifyUrlGandartPayerCheckIn",
  531. "name": "通知地址",
  532. "val": "",
  533. "type": "text",
  534. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  535. },
  536. {
  537. "id": "lkIsGandartCollectionWatchLocked",
  538. "name": "开启/关闭锁定监控产品",
  539. "val": false,
  540. "type": "boolean",
  541. "desc": "默认关闭锁定"
  542. },
  543. {
  544. "id": "lkGandartIsCollectionMaxNumLimit",
  545. "name": "开启/关闭检查未支付单数限制",
  546. "val": false,
  547. "type": "boolean",
  548. "desc": "默认关闭锁定"
  549. },
  550. {
  551. "id": "lkGandartPrivPayWalletList",
  552. "name": "付款钱包",
  553. "val": "A,B,C",
  554. "type": "checkboxes",
  555. "desc": "付款钱包,用于付款选择",
  556. "items": [
  557. {
  558. "key": "A",
  559. "label": "钱包A"
  560. },
  561. {
  562. "key": "B",
  563. "label": "钱包B"
  564. },
  565. {
  566. "key": "C",
  567. "label": "钱包C"
  568. }
  569. ]
  570. },
  571. {
  572. "id": "lkGandartPrivPayWalletList",
  573. "name": "钱包支付密码",
  574. "val": "",
  575. "type": "text",
  576. "desc": "钱包支付密码"
  577. },
  578. {
  579. "id": "lkGandartPayingOrderList",
  580. "name": "未支付订单列表",
  581. "val": "[]",
  582. "autoGrow": false,
  583. "type": "textarea",
  584. "desc": "未支付订单列表"
  585. }
  586. ]
  587. }
  588. ]
  589. }