Release.json 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886
  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": "lkIsCompositeBatchEnable",
  433. "name": "启用/关闭批量合成",
  434. "val": true,
  435. "type": "boolean",
  436. "desc": "默认启用"
  437. },
  438. {
  439. "id": "lkGandartCompositeBatchGroupCount",
  440. "name": "批量合成个数",
  441. "val": 5,
  442. "type": "number",
  443. "desc": "批量合成个数,就是一次请求合成多个"
  444. },
  445. {
  446. "id": "lkGandartCompositeTaskId",
  447. "name": "合成任务ID",
  448. "val": "",
  449. "type": "text",
  450. "desc": "合成任务ID"
  451. },
  452. {
  453. "id": "lkGandartCompositeTaskSearchKey",
  454. "name": "合成任务名称关键字",
  455. "val": "",
  456. "type": "text",
  457. "desc": "合成任务名称关键字,进行搜索匹配到相应的任务ID"
  458. },
  459. {
  460. "id": "lkGandartCompositeCountArray",
  461. "name": "合成组合执行次数",
  462. "val": "0#1",
  463. "type": "text",
  464. "desc": "合成组合执行次数,格式如:0#1,0代表应索引0的可行方案组合,1代表执行次数"
  465. },
  466. {
  467. "id": "lkGandartCompositeTaskMateList",
  468. "name": "合成组合可行方案",
  469. "val": "[]",
  470. "autoGrow": false,
  471. "type": "textarea",
  472. "desc": "普通模式运行得出,仅供查看,用于编写合成组合执行次数"
  473. },
  474. {
  475. "id": "lkGandartCompositeTaskFinalList",
  476. "name": "合成组合最终方案",
  477. "val": "[]",
  478. "autoGrow": false,
  479. "type": "textarea",
  480. "desc": "普通模式运行得出,作为极速模式下的缓存,可手动编写(慎重)"
  481. },
  482. {
  483. "id": "lkGandartCompositeTaskList0",
  484. "name": "待开始-任务列表",
  485. "val": "[]",
  486. "autoGrow": true,
  487. "type": "textarea",
  488. "desc": "待开始的任务列表,用于查看合成任务ID(勿编辑修改)"
  489. },
  490. {
  491. "id": "lkGandartCompositeTaskList1",
  492. "name": "进行中-任务列表",
  493. "val": "[]",
  494. "autoGrow": false,
  495. "type": "textarea",
  496. "desc": "进行中的任务列表,用于查看合成任务ID(勿编辑修改)"
  497. },
  498. {
  499. "id": "lkGandartCompositeTaskList2",
  500. "name": "已结束-任务列表",
  501. "val": "[]",
  502. "autoGrow": false,
  503. "type": "textarea",
  504. "desc": "已结束的任务列表,用于查看合成任务ID(勿编辑修改)"
  505. }
  506. ]
  507. },
  508. {
  509. "id": "lkGandartExchanger",
  510. "name": "光予分解",
  511. "author": "@jojo",
  512. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartExchange.js",
  513. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartExchange.js",
  514. "icons": [
  515. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png",
  516. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png"
  517. ],
  518. "keys": [
  519. "lkGandartToken",
  520. "lkGandartExchangeTaskId",
  521. "lkGandartExchangeTaskNameDisplay"
  522. ],
  523. "settings": [
  524. {
  525. "id": "lkIsEnableLogGandartExchangerCheckIn",
  526. "name": "开启/关闭日志",
  527. "val": true,
  528. "type": "boolean",
  529. "desc": "默认开启"
  530. },
  531. {
  532. "id": "lkNotifyOnlyFailGandartExchangerCheckIn",
  533. "name": "只当执行失败才通知",
  534. "val": false,
  535. "type": "boolean",
  536. "desc": "默认关闭"
  537. },
  538. {
  539. "id": "lkIsEnableTgNotifyGandartExchangerCheckIn",
  540. "name": "开启/关闭通知",
  541. "val": false,
  542. "type": "boolean",
  543. "desc": "默认关闭"
  544. },
  545. {
  546. "id": "lkTgNotifyUrlGandartExchangerCheckIn",
  547. "name": "通知地址",
  548. "val": "",
  549. "type": "text",
  550. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  551. },
  552. {
  553. "id": "lkGandartExchangeFuncEnalbleList",
  554. "name": "功能步骤",
  555. "val": "TaskList,MateList,DecidedList",
  556. "type": "checkboxes",
  557. "desc": "功能步骤",
  558. "items": [
  559. {
  560. "key": "TaskList",
  561. "label": "获取置换分解任务列表"
  562. },
  563. {
  564. "key": "MateList",
  565. "label": "获取可行置换分解方案"
  566. },
  567. {
  568. "key": "DecidedList",
  569. "label": "生成最终置换分解方案"
  570. },
  571. {
  572. "key": "ExecExchange",
  573. "label": "最终执行置换分解任务"
  574. }
  575. ]
  576. },
  577. {
  578. "id": "lkGandartExchangeTaskListStatus",
  579. "name": "任务列表状态",
  580. "val": "1",
  581. "type": "radios",
  582. "desc": "",
  583. "items": [
  584. {
  585. "key": "1",
  586. "label": "进行中"
  587. }
  588. ]
  589. },
  590. {
  591. "id": "lkGandartCompositeTaskMode",
  592. "name": "任务置换分解模式",
  593. "val": "1",
  594. "type": "radios",
  595. "desc": "",
  596. "items": [
  597. {
  598. "key": "0",
  599. "label": "普通(即时计算置换分解)"
  600. },
  601. {
  602. "key": "1",
  603. "label": "极速(预设数据置换分解)"
  604. }
  605. ]
  606. },
  607. {
  608. "id": "lkIsExchangeTaskListCache",
  609. "name": "启用/弃用任务列表本地缓存",
  610. "val": false,
  611. "type": "boolean",
  612. "desc": "默认关闭"
  613. },
  614. {
  615. "id": "lkIsExchangeMaterialCache",
  616. "name": "启用/弃用材料详情本地缓存",
  617. "val": false,
  618. "type": "boolean",
  619. "desc": "默认关闭"
  620. },
  621. {
  622. "id": "lkIsExchangeTaskSearchEnable",
  623. "name": "启用/关闭置换分解任务名称检索",
  624. "val": true,
  625. "type": "boolean",
  626. "desc": "默认启用"
  627. },
  628. {
  629. "id": "lkIsExchangeBatchEnable",
  630. "name": "启用/关闭批量置换分解",
  631. "val": true,
  632. "type": "boolean",
  633. "desc": "默认启用"
  634. },
  635. {
  636. "id": "lkGandartExchangeBatchGroupCount",
  637. "name": "批量置换分解个数",
  638. "val": 5,
  639. "type": "number",
  640. "desc": "批量置换分解个数,就是一次请求置换分解多个"
  641. },
  642. {
  643. "id": "lkGandartExchangeTaskId",
  644. "name": "置换分解任务ID",
  645. "val": "",
  646. "type": "text",
  647. "desc": "置换分解任务ID"
  648. },
  649. {
  650. "id": "lkGandartExchangeTaskSearchKey",
  651. "name": "置换分解任务名称关键字",
  652. "val": "",
  653. "type": "text",
  654. "desc": "置换分解任务名称关键字,进行搜索匹配到相应的任务ID"
  655. },
  656. {
  657. "id": "lkGandartExchangeCountArray",
  658. "name": "置换分解组合执行次数",
  659. "val": "0#1",
  660. "type": "text",
  661. "desc": "置换分解组合执行次数,格式如:0#1,0代表应索引0的可行方案组合,1代表执行次数"
  662. },
  663. {
  664. "id": "lkGandartExchangeTaskMateList",
  665. "name": "置换分解组合可行方案",
  666. "val": "[]",
  667. "autoGrow": false,
  668. "type": "textarea",
  669. "desc": "普通模式运行得出,仅供查看,用于编写置换分解组合执行次数"
  670. },
  671. {
  672. "id": "lkGandartExchangeTaskFinalList",
  673. "name": "置换分解组合最终方案",
  674. "val": "[]",
  675. "autoGrow": false,
  676. "type": "textarea",
  677. "desc": "普通模式运行得出,作为极速模式下的缓存,可手动编写(慎重)"
  678. },
  679. {
  680. "id": "lkGandartExchangeTaskList1",
  681. "name": "进行中-任务列表",
  682. "val": "[]",
  683. "autoGrow": false,
  684. "type": "textarea",
  685. "desc": "进行中的任务列表,用于查看合成任务ID(勿编辑修改)"
  686. }
  687. ]
  688. },
  689. {
  690. "id": "lkGandartPayer",
  691. "name": "光予支付",
  692. "author": "@jojo",
  693. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartPay.js",
  694. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartPay.js",
  695. "icons": [
  696. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png",
  697. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png"
  698. ],
  699. "keys": [
  700. "lkGandartToken"
  701. ],
  702. "settings": [
  703. {
  704. "id": "lkIsEnableLogGandartPayerCheckIn",
  705. "name": "开启/关闭日志",
  706. "val": true,
  707. "type": "boolean",
  708. "desc": "默认开启"
  709. },
  710. {
  711. "id": "lkNotifyOnlyFailGandartPayerrCheckIn",
  712. "name": "只当执行失败才通知",
  713. "val": false,
  714. "type": "boolean",
  715. "desc": "默认关闭"
  716. },
  717. {
  718. "id": "lkIsEnableTgNotifyGandartPayerCheckIn",
  719. "name": "开启/关闭通知",
  720. "val": false,
  721. "type": "boolean",
  722. "desc": "默认关闭"
  723. },
  724. {
  725. "id": "lkTgNotifyUrlGandartPayerCheckIn",
  726. "name": "通知地址",
  727. "val": "",
  728. "type": "text",
  729. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  730. },
  731. {
  732. "id": "lkIsGandartCollectionWatchLocked",
  733. "name": "开启/关闭锁定监控产品",
  734. "val": false,
  735. "type": "boolean",
  736. "desc": "默认关闭锁定"
  737. },
  738. {
  739. "id": "lkGandartIsCollectionMaxNumLimit",
  740. "name": "开启/关闭检查未支付单数限制",
  741. "val": false,
  742. "type": "boolean",
  743. "desc": "默认关闭锁定"
  744. },
  745. {
  746. "id": "lkGandartPrivPayWalletList",
  747. "name": "付款钱包",
  748. "val": "A,B,C",
  749. "type": "checkboxes",
  750. "desc": "付款钱包,用于付款选择",
  751. "items": [
  752. {
  753. "key": "A",
  754. "label": "钱包A"
  755. },
  756. {
  757. "key": "B",
  758. "label": "钱包B"
  759. },
  760. {
  761. "key": "C",
  762. "label": "钱包C"
  763. }
  764. ]
  765. },
  766. {
  767. "id": "lkGandartPasswordPlainText",
  768. "name": "钱包支付密码",
  769. "val": "",
  770. "type": "text",
  771. "desc": "钱包支付密码"
  772. },
  773. {
  774. "id": "lkGandartPayingOrderList",
  775. "name": "未支付订单列表",
  776. "val": "[]",
  777. "autoGrow": false,
  778. "type": "textarea",
  779. "desc": "未支付订单列表"
  780. }
  781. ]
  782. },
  783. {
  784. "id": "lkGandartGrabber",
  785. "name": "光予抢购",
  786. "author": "@jojo",
  787. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartGrab.js",
  788. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartGrab.js",
  789. "icons": [
  790. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png",
  791. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png"
  792. ],
  793. "keys": [
  794. "lkGandartToken",
  795. "lkGandartNewCollectionCastingId",
  796. "lkGandartNewCollectionCastingSearchKey"
  797. ],
  798. "settings": [
  799. {
  800. "id": "lkIsEnableLogGandartGrabberCheckIn",
  801. "name": "开启/关闭日志",
  802. "val": true,
  803. "type": "boolean",
  804. "desc": "默认开启"
  805. },
  806. {
  807. "id": "lkNotifyOnlyFailGandartGrabberCheckIn",
  808. "name": "只当执行失败才通知",
  809. "val": false,
  810. "type": "boolean",
  811. "desc": "默认关闭"
  812. },
  813. {
  814. "id": "lkIsEnableTgNotifyGandartGrabberCheckIn",
  815. "name": "开启/关闭通知",
  816. "val": false,
  817. "type": "boolean",
  818. "desc": "默认关闭"
  819. },
  820. {
  821. "id": "lkTgNotifyUrlGandartGrabberCheckIn",
  822. "name": "通知地址",
  823. "val": "",
  824. "type": "text",
  825. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  826. },
  827. {
  828. "id": "lkGandartIsNewCastingMaxNumLimit",
  829. "name": "开启/关闭检查未支付单数限制",
  830. "val": false,
  831. "type": "boolean",
  832. "desc": "默认关闭锁定"
  833. },
  834. {
  835. "id": "lkGandartNewCastingLockMaxNum",
  836. "name": "最大允许未支付单数",
  837. "val": 6,
  838. "type": "number",
  839. "desc": "最大允许未支付单数"
  840. },
  841. {
  842. "id": "lkGandartNewCastingPayWalletList",
  843. "name": "付款钱包",
  844. "val": "C",
  845. "type": "checkboxes",
  846. "desc": "付款钱包,用于付款选择",
  847. "items": [
  848. {
  849. "key": "A",
  850. "label": "钱包A"
  851. },
  852. {
  853. "key": "B",
  854. "label": "钱包B"
  855. },
  856. {
  857. "key": "C",
  858. "label": "钱包C"
  859. }
  860. ]
  861. },
  862. {
  863. "id": "lkGandartNewCollectionCastingId",
  864. "name": "首发藏品铸造ID",
  865. "val": "",
  866. "type": "text",
  867. "desc": "首发藏品铸造ID"
  868. },
  869. {
  870. "id": "lkGandartNewCollectionCastingSearchKey",
  871. "name": "首发藏品名称关键字",
  872. "val": "",
  873. "type": "text",
  874. "desc": "首发藏品名称关键字"
  875. },
  876. {
  877. "id": "lkGandartPasswordPlainText",
  878. "name": "钱包支付密码",
  879. "val": "",
  880. "type": "text",
  881. "desc": "钱包支付密码"
  882. }
  883. ]
  884. }
  885. ]
  886. }