Release.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812
  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": "0",
  586. "label": "待开始"
  587. },
  588. {
  589. "key": "1",
  590. "label": "置换中"
  591. },
  592. {
  593. "key": "2",
  594. "label": "已结束"
  595. },
  596. {
  597. "key": "3",
  598. "label": "待开始与置换中"
  599. }
  600. ]
  601. },
  602. {
  603. "id": "lkGandartCompositeTaskMode",
  604. "name": "任务置换分解模式",
  605. "val": "1",
  606. "type": "radios",
  607. "desc": "",
  608. "items": [
  609. {
  610. "key": "0",
  611. "label": "普通(即时计算置换分解)"
  612. },
  613. {
  614. "key": "1",
  615. "label": "极速(预设数据置换分解)"
  616. }
  617. ]
  618. },
  619. {
  620. "id": "lkIsExchangeTaskListCache",
  621. "name": "启用/弃用任务列表本地缓存",
  622. "val": false,
  623. "type": "boolean",
  624. "desc": "默认关闭"
  625. },
  626. {
  627. "id": "lkIsCompositeMaterialCache",
  628. "name": "启用/弃用材料详情本地缓存",
  629. "val": false,
  630. "type": "boolean",
  631. "desc": "默认关闭"
  632. },
  633. {
  634. "id": "lkIsExchangeTaskSearchEnable",
  635. "name": "启用/关闭置换分解任务名称检索",
  636. "val": true,
  637. "type": "boolean",
  638. "desc": "默认启用"
  639. },
  640. {
  641. "id": "lkIsExchangeBatchEnable",
  642. "name": "启用/关闭批量置换分解",
  643. "val": true,
  644. "type": "boolean",
  645. "desc": "默认启用"
  646. },
  647. {
  648. "id": "lkGandartExchangeBatchGroupCount",
  649. "name": "批量置换分解个数",
  650. "val": 5,
  651. "type": "number",
  652. "desc": "批量置换分解个数,就是一次请求置换分解多个"
  653. },
  654. {
  655. "id": "lkGandartExchangeTaskId",
  656. "name": "置换分解任务ID",
  657. "val": "",
  658. "type": "text",
  659. "desc": "置换分解任务ID"
  660. },
  661. {
  662. "id": "lkGandartExchangeTaskSearchKey",
  663. "name": "置换分解任务名称关键字",
  664. "val": "",
  665. "type": "text",
  666. "desc": "置换分解任务名称关键字,进行搜索匹配到相应的任务ID"
  667. },
  668. {
  669. "id": "lkGandartExchangeCountArray",
  670. "name": "置换分解组合执行次数",
  671. "val": "0#1",
  672. "type": "text",
  673. "desc": "置换分解组合执行次数,格式如:0#1,0代表应索引0的可行方案组合,1代表执行次数"
  674. },
  675. {
  676. "id": "lkGandartExchangeTaskMateList",
  677. "name": "置换分解组合可行方案",
  678. "val": "[]",
  679. "autoGrow": false,
  680. "type": "textarea",
  681. "desc": "普通模式运行得出,仅供查看,用于编写置换分解组合执行次数"
  682. },
  683. {
  684. "id": "lkGandartExchangeTaskFinalList",
  685. "name": "置换分解组合最终方案",
  686. "val": "[]",
  687. "autoGrow": false,
  688. "type": "textarea",
  689. "desc": "普通模式运行得出,作为极速模式下的缓存,可手动编写(慎重)"
  690. },
  691. {
  692. "id": "lkGandartExchangeTaskList0",
  693. "name": "待开始-任务列表",
  694. "val": "[]",
  695. "autoGrow": true,
  696. "type": "textarea",
  697. "desc": "待开始的任务列表,用于查看合成任务ID(勿编辑修改)"
  698. },
  699. {
  700. "id": "lkGandartExchangeTaskList1",
  701. "name": "合成中-任务列表",
  702. "val": "[]",
  703. "autoGrow": false,
  704. "type": "textarea",
  705. "desc": "合成中的任务列表,用于查看合成任务ID(勿编辑修改)"
  706. },
  707. {
  708. "id": "lkGandartExchangeTaskList2",
  709. "name": "已结束-任务列表",
  710. "val": "[]",
  711. "autoGrow": false,
  712. "type": "textarea",
  713. "desc": "已结束的任务列表,用于查看合成任务ID(勿编辑修改)"
  714. }
  715. ]
  716. },
  717. {
  718. "id": "lkGandartPayer",
  719. "name": "光予支付",
  720. "author": "@jojo",
  721. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartPay.js",
  722. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartPay.js",
  723. "icons": [
  724. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png",
  725. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png"
  726. ],
  727. "keys": [
  728. "lkGandartToken"
  729. ],
  730. "settings": [
  731. {
  732. "id": "lkIsEnableLogGandartPayerCheckIn",
  733. "name": "开启/关闭日志",
  734. "val": true,
  735. "type": "boolean",
  736. "desc": "默认开启"
  737. },
  738. {
  739. "id": "lkNotifyOnlyFailGandartPayerrCheckIn",
  740. "name": "只当执行失败才通知",
  741. "val": false,
  742. "type": "boolean",
  743. "desc": "默认关闭"
  744. },
  745. {
  746. "id": "lkIsEnableTgNotifyGandartPayerCheckIn",
  747. "name": "开启/关闭通知",
  748. "val": false,
  749. "type": "boolean",
  750. "desc": "默认关闭"
  751. },
  752. {
  753. "id": "lkTgNotifyUrlGandartPayerCheckIn",
  754. "name": "通知地址",
  755. "val": "",
  756. "type": "text",
  757. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  758. },
  759. {
  760. "id": "lkIsGandartCollectionWatchLocked",
  761. "name": "开启/关闭锁定监控产品",
  762. "val": false,
  763. "type": "boolean",
  764. "desc": "默认关闭锁定"
  765. },
  766. {
  767. "id": "lkGandartIsCollectionMaxNumLimit",
  768. "name": "开启/关闭检查未支付单数限制",
  769. "val": false,
  770. "type": "boolean",
  771. "desc": "默认关闭锁定"
  772. },
  773. {
  774. "id": "lkGandartPrivPayWalletList",
  775. "name": "付款钱包",
  776. "val": "A,B,C",
  777. "type": "checkboxes",
  778. "desc": "付款钱包,用于付款选择",
  779. "items": [
  780. {
  781. "key": "A",
  782. "label": "钱包A"
  783. },
  784. {
  785. "key": "B",
  786. "label": "钱包B"
  787. },
  788. {
  789. "key": "C",
  790. "label": "钱包C"
  791. }
  792. ]
  793. },
  794. {
  795. "id": "lkGandartPasswordPlainText",
  796. "name": "钱包支付密码",
  797. "val": "",
  798. "type": "text",
  799. "desc": "钱包支付密码"
  800. },
  801. {
  802. "id": "lkGandartPayingOrderList",
  803. "name": "未支付订单列表",
  804. "val": "[]",
  805. "autoGrow": false,
  806. "type": "textarea",
  807. "desc": "未支付订单列表"
  808. }
  809. ]
  810. }
  811. ]
  812. }