Release.json 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905
  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/Icons/gandart.png",
  17. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/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. "name": "首发抢购",
  38. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartGrab.js"
  39. }
  40. ],
  41. "keys": [
  42. "lkGandartToken",
  43. "lkGandartCollectionCateLst"
  44. ],
  45. "settings": [
  46. {
  47. "id": "lkIsEnableLogGandartHelperCheckIn",
  48. "name": "开启/关闭日志",
  49. "val": true,
  50. "type": "boolean",
  51. "desc": "默认开启"
  52. },
  53. {
  54. "id": "lkNotifyOnlyFailGandartHelperCheckIn",
  55. "name": "只当执行失败才通知",
  56. "val": false,
  57. "type": "boolean",
  58. "desc": "默认关闭"
  59. },
  60. {
  61. "id": "lkIsEnableTgNotifyGandartHelperCheckIn",
  62. "name": "开启/关闭通知",
  63. "val": false,
  64. "type": "boolean",
  65. "desc": "默认关闭"
  66. },
  67. {
  68. "id": "lkTgNotifyUrlGandartHelperCheckIn",
  69. "name": "通知地址",
  70. "val": "",
  71. "type": "text",
  72. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  73. },
  74. {
  75. "id": "lkIsGandartCollectionWatchLocked",
  76. "name": "开启/关闭锁定监控产品",
  77. "val": false,
  78. "type": "boolean",
  79. "desc": "默认关闭"
  80. },
  81. {
  82. "id": "lkGandartToken",
  83. "name": "token",
  84. "val": "",
  85. "type": "text",
  86. "placeholder": "(点击以展开说明)",
  87. "desc": "授权token"
  88. },
  89. {
  90. "id": "lkGandartCollectionCateLst",
  91. "name": "产品列表",
  92. "val": "[]",
  93. "type": "textarea",
  94. "autoGrow": true,
  95. "placeholder": "(点击以展开说明)",
  96. "desc": "产品列表"
  97. }
  98. ]
  99. },
  100. {
  101. "id": "lkGandartOrderer",
  102. "name": "光予下单",
  103. "author": "@jojo",
  104. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartOrder.js",
  105. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartOrder.js",
  106. "icons": [
  107. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/gandart.png",
  108. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/gandart.png"
  109. ],
  110. "keys": [
  111. "lkGandartToken",
  112. "lkGandartCastingId",
  113. "lkGandartCollectionName",
  114. "lkGandartLimitPrice",
  115. "lkGandartFloatPriceIntaval",
  116. "lkIsGandartCollectionWatchLocked"
  117. ],
  118. "settings": [
  119. {
  120. "id": "lkIsEnableLogGandartOrdererCheckIn",
  121. "name": "开启/关闭日志",
  122. "val": true,
  123. "type": "boolean",
  124. "desc": "默认开启"
  125. },
  126. {
  127. "id": "lkNotifyOnlyFailGandartOrdererCheckIn",
  128. "name": "只当执行失败才通知",
  129. "val": false,
  130. "type": "boolean",
  131. "desc": "默认关闭"
  132. },
  133. {
  134. "id": "lkIsEnableTgNotifyGandartOrdererCheckIn",
  135. "name": "开启/关闭通知",
  136. "val": false,
  137. "type": "boolean",
  138. "desc": "默认关闭"
  139. },
  140. {
  141. "id": "lkTgNotifyUrlGandartOrdererCheckIn",
  142. "name": "通知地址",
  143. "val": "",
  144. "type": "text",
  145. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  146. },
  147. {
  148. "id": "lkIsGandartCollectionWatchLocked",
  149. "name": "开启/关闭锁定监控产品",
  150. "val": false,
  151. "type": "boolean",
  152. "desc": "默认关闭"
  153. },
  154. {
  155. "id": "lkGandartIsCollectionMaxNumLimit",
  156. "name": "开启/关闭检查未支付单数限制",
  157. "val": false,
  158. "type": "boolean",
  159. "desc": "默认关闭"
  160. },
  161. {
  162. "id": "lkGandartCollectionLockMaxNum",
  163. "name": "最大允许未支付单数",
  164. "val": 6,
  165. "type": "number",
  166. "desc": "最大允许未支付单数"
  167. },
  168. {
  169. "id": "lkGandartPrivWalletListInUse",
  170. "name": "付款钱包",
  171. "val": "A,B,C",
  172. "type": "checkboxes",
  173. "desc": "付款钱包,如产品不支持当前所选钱包则不会下单",
  174. "items": [
  175. {
  176. "key": "A",
  177. "label": "钱包A"
  178. },
  179. {
  180. "key": "B",
  181. "label": "钱包B"
  182. },
  183. {
  184. "key": "C",
  185. "label": "钱包C"
  186. }
  187. ]
  188. },
  189. {
  190. "id": "lkGandartIsTryPayAfterOrder",
  191. "name": "开启/关闭下单后立即支付",
  192. "val": false,
  193. "type": "boolean",
  194. "desc": "默认关闭"
  195. },
  196. {
  197. "id": "lkGandartCastingId",
  198. "name": "产品铸造品类ID",
  199. "val": "",
  200. "type": "text",
  201. "desc": "产品铸造品类ID"
  202. },
  203. {
  204. "id": "lkGandartCollectionName",
  205. "name": "产品名称",
  206. "val": "",
  207. "type": "text",
  208. "desc": "产品名称"
  209. },
  210. {
  211. "id": "lkGandartLimitPrice",
  212. "name": "捡漏最高价格",
  213. "val": 0,
  214. "type": "text",
  215. "desc": "捡漏最高价格"
  216. },
  217. {
  218. "id": "lkGandartFloatPriceIntaval",
  219. "name": "价格浮动限制",
  220. "val": 10,
  221. "type": "number",
  222. "desc": "价格浮动限制,当浏览刷新的最低价格跟预设价格差值大于此值则修正为最低价"
  223. },
  224. {
  225. "id": "lkGandartCollectionCateLst",
  226. "name": "产品列表",
  227. "val": "[]",
  228. "autoGrow": false,
  229. "type": "textarea",
  230. "desc": "产品列表"
  231. }
  232. ]
  233. },
  234. {
  235. "id": "lkGandartLocker",
  236. "name": "光予锁单",
  237. "author": "@jojo",
  238. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartLock.js",
  239. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartLock.js",
  240. "icons": [
  241. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/gandart.png",
  242. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/gandart.png"
  243. ],
  244. "keys": [
  245. "lkGandartToken",
  246. "lkGandartLockCastingId",
  247. "lkGandartLockCollectionName",
  248. "lkGandartLockViewSort"
  249. ],
  250. "settings": [
  251. {
  252. "id": "lkIsEnableLogGandartLockerCheckIn",
  253. "name": "开启/关闭日志",
  254. "val": true,
  255. "type": "boolean",
  256. "desc": "默认开启"
  257. },
  258. {
  259. "id": "lkNotifyOnlyFailGandartLockerCheckIn",
  260. "name": "只当执行失败才通知",
  261. "val": false,
  262. "type": "boolean",
  263. "desc": "默认关闭"
  264. },
  265. {
  266. "id": "lkIsEnableTgNotifyGandartLockerCheckIn",
  267. "name": "开启/关闭通知",
  268. "val": false,
  269. "type": "boolean",
  270. "desc": "默认关闭"
  271. },
  272. {
  273. "id": "lkTgNotifyUrlGandartLockerCheckIn",
  274. "name": "通知地址",
  275. "val": "",
  276. "type": "text",
  277. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  278. },
  279. {
  280. "id": "lkGandartLockCastingId",
  281. "name": "产品铸造品类ID",
  282. "val": "",
  283. "type": "text",
  284. "desc": "产品铸造品类ID"
  285. },
  286. {
  287. "id": "lkGandartLockCollectionName",
  288. "name": "产品名称",
  289. "val": "",
  290. "type": "text",
  291. "desc": "产品名称"
  292. },
  293. {
  294. "id": "lkGandartLockViewSort",
  295. "name": "产品编号",
  296. "val": 0,
  297. "type": "text",
  298. "desc": "产品编号"
  299. },
  300. {
  301. "id": "lkGandartCollectionCateLst",
  302. "name": "产品列表",
  303. "val": "[]",
  304. "autoGrow": true,
  305. "type": "textarea",
  306. "desc": "产品列表"
  307. }
  308. ]
  309. },
  310. {
  311. "id": "lkGandartCompositer",
  312. "name": "光予合成",
  313. "author": "@jojo",
  314. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartComposite.js",
  315. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartComposite.js",
  316. "icons": [
  317. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/gandart.png",
  318. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/gandart.png"
  319. ],
  320. "keys": [
  321. "lkGandartToken",
  322. "lkGandartCompositeTaskId",
  323. "lkGandartCompositeTaskNameDisplay"
  324. ],
  325. "settings": [
  326. {
  327. "id": "lkIsEnableLogGandartCompositerCheckIn",
  328. "name": "开启/关闭日志",
  329. "val": true,
  330. "type": "boolean",
  331. "desc": "默认开启"
  332. },
  333. {
  334. "id": "lkNotifyOnlyFailGandartCompositerCheckIn",
  335. "name": "只当执行失败才通知",
  336. "val": false,
  337. "type": "boolean",
  338. "desc": "默认关闭"
  339. },
  340. {
  341. "id": "lkIsEnableTgNotifyGandartCompositerCheckIn",
  342. "name": "开启/关闭通知",
  343. "val": false,
  344. "type": "boolean",
  345. "desc": "默认关闭"
  346. },
  347. {
  348. "id": "lkTgNotifyUrlGandartCompositerCheckIn",
  349. "name": "通知地址",
  350. "val": "",
  351. "type": "text",
  352. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  353. },
  354. {
  355. "id": "lkGandartCompositeFuncEnalbleList",
  356. "name": "功能步骤",
  357. "val": "TaskList,MateList,DecidedList",
  358. "type": "checkboxes",
  359. "desc": "功能步骤",
  360. "items": [
  361. {
  362. "key": "TaskList",
  363. "label": "获取合成任务列表"
  364. },
  365. {
  366. "key": "MateList",
  367. "label": "获取可行合成方案"
  368. },
  369. {
  370. "key": "DecidedList",
  371. "label": "生成最终合成方案"
  372. },
  373. {
  374. "key": "ExecComposite",
  375. "label": "最终执行合成任务"
  376. }
  377. ]
  378. },
  379. {
  380. "id": "lkGandartCompositeTaskListStatus",
  381. "name": "任务列表状态",
  382. "val": "1",
  383. "type": "radios",
  384. "desc": "",
  385. "items": [
  386. {
  387. "key": "0",
  388. "label": "待开始"
  389. },
  390. {
  391. "key": "1",
  392. "label": "进行中"
  393. },
  394. {
  395. "key": "2",
  396. "label": "已结束"
  397. },
  398. {
  399. "key": "3",
  400. "label": "待开始与进行中"
  401. }
  402. ]
  403. },
  404. {
  405. "id": "lkGandartCompositeTaskMode",
  406. "name": "任务合成模式",
  407. "val": "1",
  408. "type": "radios",
  409. "desc": "",
  410. "items": [
  411. {
  412. "key": "0",
  413. "label": "普通(即时计算合成)"
  414. },
  415. {
  416. "key": "1",
  417. "label": "极速(预设数据合成)"
  418. }
  419. ]
  420. },
  421. {
  422. "id": "lkIsCompositeTaskListCache",
  423. "name": "启用/弃用任务列表本地缓存",
  424. "val": false,
  425. "type": "boolean",
  426. "desc": "默认关闭"
  427. },
  428. {
  429. "id": "lkIsCompositeMaterialCache",
  430. "name": "启用/弃用材料详情本地缓存",
  431. "val": false,
  432. "type": "boolean",
  433. "desc": "默认关闭"
  434. },
  435. {
  436. "id": "lkIsCompositeTaskSearchEnable",
  437. "name": "启用/关闭合成任务名称检索",
  438. "val": true,
  439. "type": "boolean",
  440. "desc": "默认启用"
  441. },
  442. {
  443. "id": "lkIsCompositeBatchEnable",
  444. "name": "启用/关闭批量合成",
  445. "val": true,
  446. "type": "boolean",
  447. "desc": "默认启用"
  448. },
  449. {
  450. "id": "lkGandartCompositeBatchGroupCount",
  451. "name": "批量合成个数",
  452. "val": 5,
  453. "type": "number",
  454. "desc": "批量合成个数,就是一次请求合成多个"
  455. },
  456. {
  457. "id": "lkGandartCompositeTaskId",
  458. "name": "合成任务ID",
  459. "val": "",
  460. "type": "text",
  461. "desc": "合成任务ID"
  462. },
  463. {
  464. "id": "lkGandartCompositeTaskSearchKey",
  465. "name": "合成任务名称关键字",
  466. "val": "",
  467. "type": "text",
  468. "desc": "合成任务名称关键字,进行搜索匹配到相应的任务ID"
  469. },
  470. {
  471. "id": "lkGandartCompositeCountArray",
  472. "name": "合成组合执行次数",
  473. "val": "0#1",
  474. "type": "text",
  475. "desc": "合成组合执行次数,格式如:0#1,0代表应索引0的可行方案组合,1代表执行次数"
  476. },
  477. {
  478. "id": "lkGandartCompositeTaskMateList",
  479. "name": "合成组合可行方案",
  480. "val": "[]",
  481. "autoGrow": false,
  482. "type": "textarea",
  483. "desc": "普通模式运行得出,仅供查看,用于编写合成组合执行次数"
  484. },
  485. {
  486. "id": "lkGandartCompositeTaskFinalList",
  487. "name": "合成组合最终方案",
  488. "val": "[]",
  489. "autoGrow": false,
  490. "type": "textarea",
  491. "desc": "普通模式运行得出,作为极速模式下的缓存,可手动编写(慎重)"
  492. },
  493. {
  494. "id": "lkGandartCompositeTaskList0",
  495. "name": "待开始-任务列表",
  496. "val": "[]",
  497. "autoGrow": true,
  498. "type": "textarea",
  499. "desc": "待开始的任务列表,用于查看合成任务ID(勿编辑修改)"
  500. },
  501. {
  502. "id": "lkGandartCompositeTaskList1",
  503. "name": "进行中-任务列表",
  504. "val": "[]",
  505. "autoGrow": false,
  506. "type": "textarea",
  507. "desc": "进行中的任务列表,用于查看合成任务ID(勿编辑修改)"
  508. },
  509. {
  510. "id": "lkGandartCompositeTaskList2",
  511. "name": "已结束-任务列表",
  512. "val": "[]",
  513. "autoGrow": false,
  514. "type": "textarea",
  515. "desc": "已结束的任务列表,用于查看合成任务ID(勿编辑修改)"
  516. }
  517. ]
  518. },
  519. {
  520. "id": "lkGandartExchanger",
  521. "name": "光予分解",
  522. "author": "@jojo",
  523. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartExchange.js",
  524. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartExchange.js",
  525. "icons": [
  526. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/gandart.png",
  527. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/gandart.png"
  528. ],
  529. "keys": [
  530. "lkGandartToken",
  531. "lkGandartExchangeTaskId",
  532. "lkGandartExchangeTaskNameDisplay"
  533. ],
  534. "settings": [
  535. {
  536. "id": "lkIsEnableLogGandartExchangerCheckIn",
  537. "name": "开启/关闭日志",
  538. "val": true,
  539. "type": "boolean",
  540. "desc": "默认开启"
  541. },
  542. {
  543. "id": "lkNotifyOnlyFailGandartExchangerCheckIn",
  544. "name": "只当执行失败才通知",
  545. "val": false,
  546. "type": "boolean",
  547. "desc": "默认关闭"
  548. },
  549. {
  550. "id": "lkIsEnableTgNotifyGandartExchangerCheckIn",
  551. "name": "开启/关闭通知",
  552. "val": false,
  553. "type": "boolean",
  554. "desc": "默认关闭"
  555. },
  556. {
  557. "id": "lkTgNotifyUrlGandartExchangerCheckIn",
  558. "name": "通知地址",
  559. "val": "",
  560. "type": "text",
  561. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  562. },
  563. {
  564. "id": "lkGandartExchangeFuncEnalbleList",
  565. "name": "功能步骤",
  566. "val": "TaskList,MateList,DecidedList",
  567. "type": "checkboxes",
  568. "desc": "功能步骤",
  569. "items": [
  570. {
  571. "key": "TaskList",
  572. "label": "获取置换分解任务列表"
  573. },
  574. {
  575. "key": "MateList",
  576. "label": "获取可行置换分解方案"
  577. },
  578. {
  579. "key": "DecidedList",
  580. "label": "生成最终置换分解方案"
  581. },
  582. {
  583. "key": "ExecExchange",
  584. "label": "最终执行置换分解任务"
  585. }
  586. ]
  587. },
  588. {
  589. "id": "lkGandartExchangeTaskListStatus",
  590. "name": "任务列表状态",
  591. "val": "1",
  592. "type": "radios",
  593. "desc": "",
  594. "items": [
  595. {
  596. "key": "1",
  597. "label": "进行中"
  598. }
  599. ]
  600. },
  601. {
  602. "id": "lkGandartCompositeTaskMode",
  603. "name": "任务置换分解模式",
  604. "val": "1",
  605. "type": "radios",
  606. "desc": "",
  607. "items": [
  608. {
  609. "key": "0",
  610. "label": "普通(即时计算置换分解)"
  611. },
  612. {
  613. "key": "1",
  614. "label": "极速(预设数据置换分解)"
  615. }
  616. ]
  617. },
  618. {
  619. "id": "lkIsExchangeTaskListCache",
  620. "name": "启用/弃用任务列表本地缓存",
  621. "val": false,
  622. "type": "boolean",
  623. "desc": "默认关闭"
  624. },
  625. {
  626. "id": "lkIsExchangeMaterialCache",
  627. "name": "启用/弃用材料详情本地缓存",
  628. "val": false,
  629. "type": "boolean",
  630. "desc": "默认关闭"
  631. },
  632. {
  633. "id": "lkIsExchangeTaskSearchEnable",
  634. "name": "启用/关闭置换分解任务名称检索",
  635. "val": true,
  636. "type": "boolean",
  637. "desc": "默认启用"
  638. },
  639. {
  640. "id": "lkIsExchangeBatchEnable",
  641. "name": "启用/关闭批量置换分解",
  642. "val": true,
  643. "type": "boolean",
  644. "desc": "默认启用"
  645. },
  646. {
  647. "id": "lkGandartExchangeBatchGroupCount",
  648. "name": "批量置换分解个数",
  649. "val": 5,
  650. "type": "number",
  651. "desc": "批量置换分解个数,就是一次请求置换分解多个"
  652. },
  653. {
  654. "id": "lkGandartExchangeTaskId",
  655. "name": "置换分解任务ID",
  656. "val": "",
  657. "type": "text",
  658. "desc": "置换分解任务ID"
  659. },
  660. {
  661. "id": "lkGandartExchangeTaskSearchKey",
  662. "name": "置换分解任务名称关键字",
  663. "val": "",
  664. "type": "text",
  665. "desc": "置换分解任务名称关键字,进行搜索匹配到相应的任务ID"
  666. },
  667. {
  668. "id": "lkGandartExchangeCountArray",
  669. "name": "置换分解组合执行次数",
  670. "val": "0#1",
  671. "type": "text",
  672. "desc": "置换分解组合执行次数,格式如:0#1,0代表应索引0的可行方案组合,1代表执行次数"
  673. },
  674. {
  675. "id": "lkGandartExchangeTaskMateList",
  676. "name": "置换分解组合可行方案",
  677. "val": "[]",
  678. "autoGrow": false,
  679. "type": "textarea",
  680. "desc": "普通模式运行得出,仅供查看,用于编写置换分解组合执行次数"
  681. },
  682. {
  683. "id": "lkGandartExchangeTaskFinalList",
  684. "name": "置换分解组合最终方案",
  685. "val": "[]",
  686. "autoGrow": false,
  687. "type": "textarea",
  688. "desc": "普通模式运行得出,作为极速模式下的缓存,可手动编写(慎重)"
  689. },
  690. {
  691. "id": "lkGandartExchangeTaskList1",
  692. "name": "进行中-任务列表",
  693. "val": "[]",
  694. "autoGrow": false,
  695. "type": "textarea",
  696. "desc": "进行中的任务列表,用于查看合成任务ID(勿编辑修改)"
  697. }
  698. ]
  699. },
  700. {
  701. "id": "lkGandartPayer",
  702. "name": "光予支付",
  703. "author": "@jojo",
  704. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartPay.js",
  705. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartPay.js",
  706. "icons": [
  707. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/gandart.png",
  708. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/gandart.png"
  709. ],
  710. "keys": [
  711. "lkGandartToken"
  712. ],
  713. "settings": [
  714. {
  715. "id": "lkIsEnableLogGandartPayerCheckIn",
  716. "name": "开启/关闭日志",
  717. "val": true,
  718. "type": "boolean",
  719. "desc": "默认开启"
  720. },
  721. {
  722. "id": "lkNotifyOnlyFailGandartPayerrCheckIn",
  723. "name": "只当执行失败才通知",
  724. "val": false,
  725. "type": "boolean",
  726. "desc": "默认关闭"
  727. },
  728. {
  729. "id": "lkIsEnableTgNotifyGandartPayerCheckIn",
  730. "name": "开启/关闭通知",
  731. "val": false,
  732. "type": "boolean",
  733. "desc": "默认关闭"
  734. },
  735. {
  736. "id": "lkTgNotifyUrlGandartPayerCheckIn",
  737. "name": "通知地址",
  738. "val": "",
  739. "type": "text",
  740. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  741. },
  742. {
  743. "id": "lkIsGandartCollectionWatchLocked",
  744. "name": "开启/关闭锁定监控产品",
  745. "val": false,
  746. "type": "boolean",
  747. "desc": "默认关闭"
  748. },
  749. {
  750. "id": "lkGandartIsCollectionMaxNumLimit",
  751. "name": "开启/关闭检查未支付单数限制",
  752. "val": false,
  753. "type": "boolean",
  754. "desc": "默认关闭"
  755. },
  756. {
  757. "id": "lkGandartPrivPayWalletList",
  758. "name": "付款钱包",
  759. "val": "A,B,C",
  760. "type": "checkboxes",
  761. "desc": "付款钱包,用于付款选择",
  762. "items": [
  763. {
  764. "key": "A",
  765. "label": "钱包A"
  766. },
  767. {
  768. "key": "B",
  769. "label": "钱包B"
  770. },
  771. {
  772. "key": "C",
  773. "label": "钱包C"
  774. }
  775. ]
  776. },
  777. {
  778. "id": "lkGandartPasswordPlainText",
  779. "name": "钱包支付密码",
  780. "val": "",
  781. "type": "text",
  782. "desc": "钱包支付密码"
  783. },
  784. {
  785. "id": "lkGandartPayingOrderList",
  786. "name": "未支付订单列表",
  787. "val": "[]",
  788. "autoGrow": false,
  789. "type": "textarea",
  790. "desc": "未支付订单列表"
  791. }
  792. ]
  793. },
  794. {
  795. "id": "lkGandartGrabber",
  796. "name": "光予抢购",
  797. "author": "@jojo",
  798. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartGrab.js",
  799. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartGrab.js",
  800. "icons": [
  801. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/gandart.png",
  802. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/gandart.png"
  803. ],
  804. "keys": [
  805. "lkGandartToken",
  806. "lkGandartNewCollectionCastingId",
  807. "lkGandartNewCollectionCastingSearchKey"
  808. ],
  809. "settings": [
  810. {
  811. "id": "lkIsEnableLogGandartGrabberCheckIn",
  812. "name": "开启/关闭日志",
  813. "val": true,
  814. "type": "boolean",
  815. "desc": "默认开启"
  816. },
  817. {
  818. "id": "lkNotifyOnlyFailGandartGrabberCheckIn",
  819. "name": "只当执行失败才通知",
  820. "val": false,
  821. "type": "boolean",
  822. "desc": "默认关闭"
  823. },
  824. {
  825. "id": "lkIsEnableTgNotifyGandartGrabberCheckIn",
  826. "name": "开启/关闭通知",
  827. "val": false,
  828. "type": "boolean",
  829. "desc": "默认关闭"
  830. },
  831. {
  832. "id": "lkTgNotifyUrlGandartGrabberCheckIn",
  833. "name": "通知地址",
  834. "val": "",
  835. "type": "text",
  836. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  837. },
  838. {
  839. "id": "lkGandartIsNewCastingMaxNumLimit",
  840. "name": "开启/关闭检查未支付单数限制",
  841. "val": false,
  842. "type": "boolean",
  843. "desc": "默认关闭"
  844. },
  845. {
  846. "id": "lkGandartNewCastingLockMaxNum",
  847. "name": "最大允许未支付单数",
  848. "val": 6,
  849. "type": "number",
  850. "desc": "最大允许未支付单数"
  851. },
  852. {
  853. "id": "lkGandartNewCastingPayWalletList",
  854. "name": "付款钱包",
  855. "val": "C",
  856. "type": "checkboxes",
  857. "desc": "付款钱包,用于付款选择",
  858. "items": [
  859. {
  860. "key": "A",
  861. "label": "钱包A"
  862. },
  863. {
  864. "key": "B",
  865. "label": "钱包B"
  866. },
  867. {
  868. "key": "C",
  869. "label": "钱包C"
  870. }
  871. ]
  872. },
  873. {
  874. "id": "lkGandartNewCollectionCastingId",
  875. "name": "首发藏品铸造ID",
  876. "val": "",
  877. "type": "text",
  878. "desc": "首发藏品铸造ID"
  879. },
  880. {
  881. "id": "lkGandartNewCollectionCastingSearchKey",
  882. "name": "首发藏品名称关键字",
  883. "val": "",
  884. "type": "text",
  885. "desc": "首发藏品名称关键字"
  886. },
  887. {
  888. "id": "lkGandartNewCollectionCateLst",
  889. "name": "产品列表",
  890. "val": "[]",
  891. "autoGrow": true,
  892. "type": "textarea",
  893. "desc": "产品列表"
  894. },
  895. {
  896. "id": "lkGandartPasswordPlainText",
  897. "name": "钱包支付密码",
  898. "val": "",
  899. "type": "text",
  900. "desc": "钱包支付密码"
  901. }
  902. ]
  903. }
  904. ]
  905. }