JoJo_BoxJs.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  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": "lkGandartPrivWalletListInUse",
  152. "name": "付款钱包",
  153. "val": "A,B,C",
  154. "type": "checkboxes",
  155. "desc": "付款钱包,如产品不支持当前所选钱包则不会下单",
  156. "items": [
  157. {
  158. "key": "A",
  159. "label": "钱包A"
  160. },
  161. {
  162. "key": "B",
  163. "label": "钱包B"
  164. },
  165. {
  166. "key": "C",
  167. "label": "钱包C"
  168. }
  169. ]
  170. },
  171. {
  172. "id": "lkGandartCastingId",
  173. "name": "产品铸造品类ID",
  174. "val": "",
  175. "type": "text",
  176. "desc": "产品铸造品类ID"
  177. },
  178. {
  179. "id": "lkGandartCollectionName",
  180. "name": "产品名称",
  181. "val": "",
  182. "type": "text",
  183. "desc": "产品名称"
  184. },
  185. {
  186. "id": "lkGandartLimitPrice",
  187. "name": "捡漏最高价格",
  188. "val": 0,
  189. "type": "text",
  190. "desc": "捡漏最高价格"
  191. },
  192. {
  193. "id": "lkGandartFloatPriceIntaval",
  194. "name": "价格浮动限制",
  195. "val": 10,
  196. "type": "number",
  197. "desc": "价格浮动限制,当浏览刷新的最低价格跟预设价格差值大于此值则修正为最低价"
  198. },
  199. {
  200. "id": "lkGandartCollectionCateLst",
  201. "name": "产品列表",
  202. "val": "[]",
  203. "autoGrow": true,
  204. "type": "textarea",
  205. "desc": "产品列表"
  206. }
  207. ]
  208. },
  209. {
  210. "id": "lkGandartLocker",
  211. "name": "光予锁单",
  212. "author": "@jojo",
  213. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartLock.js",
  214. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartLock.js",
  215. "icons": [
  216. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png",
  217. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png"
  218. ],
  219. "keys": [
  220. "lkGandartToken",
  221. "lkGandartLockCastingId",
  222. "lkGandartLockCollectionName",
  223. "lkGandartLockViewSort"
  224. ],
  225. "settings": [
  226. {
  227. "id": "lkIsEnableLogGandartLockerCheckIn",
  228. "name": "开启/关闭日志",
  229. "val": true,
  230. "type": "boolean",
  231. "desc": "默认开启"
  232. },
  233. {
  234. "id": "lkNotifyOnlyFailGandartLockerCheckIn",
  235. "name": "只当执行失败才通知",
  236. "val": false,
  237. "type": "boolean",
  238. "desc": "默认关闭"
  239. },
  240. {
  241. "id": "lkIsEnableTgNotifyGandartLockerCheckIn",
  242. "name": "开启/关闭通知",
  243. "val": false,
  244. "type": "boolean",
  245. "desc": "默认关闭"
  246. },
  247. {
  248. "id": "lkTgNotifyUrlGandartLockerCheckIn",
  249. "name": "通知地址",
  250. "val": "",
  251. "type": "text",
  252. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  253. },
  254. {
  255. "id": "lkGandartLockCastingId",
  256. "name": "产品铸造品类ID",
  257. "val": "",
  258. "type": "text",
  259. "desc": "产品铸造品类ID"
  260. },
  261. {
  262. "id": "lkGandartLockCollectionName",
  263. "name": "产品名称",
  264. "val": "",
  265. "type": "text",
  266. "desc": "产品名称"
  267. },
  268. {
  269. "id": "lkGandartLockViewSort",
  270. "name": "产品编号",
  271. "val": 0,
  272. "type": "text",
  273. "desc": "产品编号"
  274. },
  275. {
  276. "id": "lkGandartCollectionCateLst",
  277. "name": "产品列表",
  278. "val": "[]",
  279. "autoGrow": true,
  280. "type": "textarea",
  281. "desc": "产品列表"
  282. }
  283. ]
  284. },
  285. {
  286. "id": "lkGandartCompositer",
  287. "name": "光予合成",
  288. "author": "@jojo",
  289. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartComposite.js",
  290. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartComposite.js",
  291. "icons": [
  292. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png",
  293. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png"
  294. ],
  295. "keys": [
  296. "lkGandartToken",
  297. "lkGandartCompositeTaskId",
  298. "lkGandartCompositeTaskName"
  299. ],
  300. "settings": [
  301. {
  302. "id": "lkIsEnableLogGandartCompositerCheckIn",
  303. "name": "开启/关闭日志",
  304. "val": true,
  305. "type": "boolean",
  306. "desc": "默认开启"
  307. },
  308. {
  309. "id": "lkNotifyOnlyFailGandartCompositerCheckIn",
  310. "name": "只当执行失败才通知",
  311. "val": false,
  312. "type": "boolean",
  313. "desc": "默认关闭"
  314. },
  315. {
  316. "id": "lkIsEnableTgNotifyGandartCompositerCheckIn",
  317. "name": "开启/关闭通知",
  318. "val": false,
  319. "type": "boolean",
  320. "desc": "默认关闭"
  321. },
  322. {
  323. "id": "lkTgNotifyUrlGandartCompositerCheckIn",
  324. "name": "通知地址",
  325. "val": "",
  326. "type": "text",
  327. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  328. },
  329. {
  330. "id": "lkGandartCompositeFuncEnalbleList",
  331. "name": "功能步骤",
  332. "val": "TaskList,MateList,DecidedList",
  333. "type": "checkboxes",
  334. "desc": "功能步骤",
  335. "items": [
  336. {
  337. "key": "TaskList",
  338. "label": "获取合成任务列表"
  339. },
  340. {
  341. "key": "MateList",
  342. "label": "获取可行合成方案"
  343. },
  344. {
  345. "key": "DecidedList",
  346. "label": "生成最终合成方案"
  347. },
  348. {
  349. "key": "ExecComposite",
  350. "label": "最终执行合成任务"
  351. }
  352. ]
  353. },
  354. {
  355. "id": "lkGandartCompositeTaskListStatus",
  356. "name": "任务列表状态",
  357. "val": "1",
  358. "type": "radios",
  359. "desc": "",
  360. "items": [
  361. {
  362. "key": "0",
  363. "label": "待开始"
  364. },
  365. {
  366. "key": "1",
  367. "label": "合成中"
  368. },
  369. {
  370. "key": "2",
  371. "label": "已结束"
  372. },
  373. {
  374. "key": "3",
  375. "label": "待开始与合成中"
  376. }
  377. ]
  378. },
  379. {
  380. "id": "lkGandartCompositeTaskMode",
  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. },
  396. {
  397. "id": "lkIsCompositeTaskListCache",
  398. "name": "启用/弃用任务列表本地缓存",
  399. "val": false,
  400. "type": "boolean",
  401. "desc": "默认关闭"
  402. },
  403. {
  404. "id": "lkIsCompositeMaterialCache",
  405. "name": "启用/弃用材料详情本地缓存",
  406. "val": false,
  407. "type": "boolean",
  408. "desc": "默认关闭"
  409. },
  410. {
  411. "id": "lkGandartCompositeTaskId",
  412. "name": "合成任务ID",
  413. "val": "",
  414. "type": "text",
  415. "desc": "合成任务ID"
  416. },
  417. {
  418. "id": "lkGandartCompositeCountArray",
  419. "name": "合成组合执行次数",
  420. "val": "0#1",
  421. "type": "text",
  422. "desc": "合成组合执行次数,格式如:0#1,0代表应索引0的可行方案组合,1代表执行次数"
  423. },
  424. {
  425. "id": "lkGandartCompositeTaskMateList",
  426. "name": "合成组合可行方案",
  427. "val": "[]",
  428. "autoGrow": false,
  429. "type": "textarea",
  430. "desc": "普通模式运行得出,仅供查看,用于编写合成组合执行次数"
  431. },
  432. {
  433. "id": "lkGandartCompositeTaskFinalList",
  434. "name": "合成组合最终方案",
  435. "val": "[]",
  436. "autoGrow": false,
  437. "type": "textarea",
  438. "desc": "普通模式运行得出,作为极速模式下的缓存,可手动编写(慎重)"
  439. },
  440. {
  441. "id": "lkGandartCompositeTaskList0",
  442. "name": "待开始-任务列表",
  443. "val": "[]",
  444. "autoGrow": true,
  445. "type": "textarea",
  446. "desc": "待开始的任务列表,用于查看合成任务ID(勿编辑修改)"
  447. },
  448. {
  449. "id": "lkGandartCompositeTaskList1",
  450. "name": "合成中-任务列表",
  451. "val": "[]",
  452. "autoGrow": false,
  453. "type": "textarea",
  454. "desc": "合成中的任务列表,用于查看合成任务ID(勿编辑修改)"
  455. },
  456. {
  457. "id": "lkGandartCompositeTaskList2",
  458. "name": "已结束-任务列表",
  459. "val": "[]",
  460. "autoGrow": false,
  461. "type": "textarea",
  462. "desc": "已结束的任务列表,用于查看合成任务ID(勿编辑修改)"
  463. }
  464. ]
  465. }
  466. ]
  467. }