JoJo_BoxJs.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  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/gandartComposite.js"
  27. },
  28. {
  29. "name": "极速置换",
  30. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartExchange.js"
  31. }
  32. ],
  33. "keys": [
  34. "lkGandartToken",
  35. "lkGandartCollectionCateLst"
  36. ],
  37. "settings": [
  38. {
  39. "id": "lkIsEnableLogGandartHelperCheckIn",
  40. "name": "开启/关闭日志",
  41. "val": true,
  42. "type": "boolean",
  43. "desc": "默认开启"
  44. },
  45. {
  46. "id": "lkNotifyOnlyFailGandartHelperCheckIn",
  47. "name": "只当执行失败才通知",
  48. "val": false,
  49. "type": "boolean",
  50. "desc": "默认关闭"
  51. },
  52. {
  53. "id": "lkIsEnableTgNotifyGandartHelperCheckIn",
  54. "name": "开启/关闭通知",
  55. "val": false,
  56. "type": "boolean",
  57. "desc": "默认关闭"
  58. },
  59. {
  60. "id": "lkTgNotifyUrlGandartHelperCheckIn",
  61. "name": "通知地址",
  62. "val": "",
  63. "type": "text",
  64. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  65. },
  66. {
  67. "id": "lkGandartToken",
  68. "name": "token",
  69. "val": "",
  70. "type": "text",
  71. "placeholder": "(点击以展开说明)",
  72. "desc": "授权token"
  73. },
  74. {
  75. "id": "lkGandartCollectionCateLst",
  76. "name": "产品列表",
  77. "val": "[]",
  78. "type": "textarea",
  79. "placeholder": "(点击以展开说明)",
  80. "desc": "产品列表"
  81. }
  82. ]
  83. },
  84. {
  85. "id": "lkGandartOrderer",
  86. "name": "光予下单",
  87. "author": "@jojo",
  88. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartOrder.js",
  89. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartOrder.js",
  90. "icons": [
  91. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png",
  92. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png"
  93. ],
  94. "keys": [
  95. "lkGandartToken",
  96. "lkGandartCastingId",
  97. "lkGandartCollectionName",
  98. "lkGandartLimitPrice",
  99. "lkGandartFloatPriceIntaval",
  100. "lkIsGandartCollectionWatchLocked"
  101. ],
  102. "settings": [
  103. {
  104. "id": "lkIsEnableLogGandartOrdererCheckIn",
  105. "name": "开启/关闭日志",
  106. "val": true,
  107. "type": "boolean",
  108. "desc": "默认开启"
  109. },
  110. {
  111. "id": "lkNotifyOnlyFailGandartOrdererCheckIn",
  112. "name": "只当执行失败才通知",
  113. "val": false,
  114. "type": "boolean",
  115. "desc": "默认关闭"
  116. },
  117. {
  118. "id": "lkIsEnableTgNotifyGandartOrdererCheckIn",
  119. "name": "开启/关闭通知",
  120. "val": false,
  121. "type": "boolean",
  122. "desc": "默认关闭"
  123. },
  124. {
  125. "id": "lkTgNotifyUrlGandartOrdererCheckIn",
  126. "name": "通知地址",
  127. "val": "",
  128. "type": "text",
  129. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  130. },
  131. {
  132. "id": "lkIsGandartCollectionWatchLocked",
  133. "name": "开启/关闭锁定监控产品",
  134. "val": false,
  135. "type": "boolean",
  136. "desc": "默认关闭锁定"
  137. },
  138. {
  139. "id": "lkGandartCastingId",
  140. "name": "产品铸造品类ID",
  141. "val": "",
  142. "type": "text",
  143. "desc": "产品铸造品类ID"
  144. },
  145. {
  146. "id": "lkGandartCollectionName",
  147. "name": "产品名称",
  148. "val": "",
  149. "type": "text",
  150. "desc": "产品名称"
  151. },
  152. {
  153. "id": "lkGandartLimitPrice",
  154. "name": "捡漏最高价格",
  155. "val": 0,
  156. "type": "text",
  157. "desc": "捡漏最高价格"
  158. },
  159. {
  160. "id": "lkGandartFloatPriceIntaval",
  161. "name": "价格浮动限制",
  162. "val": 10,
  163. "type": "number",
  164. "desc": "价格浮动限制"
  165. },
  166. {
  167. "id": "lkGandartCollectionCateLst",
  168. "name": "产品列表",
  169. "val": "[]",
  170. "autoGrow": true,
  171. "type": "textarea",
  172. "desc": "产品列表"
  173. }
  174. ]
  175. },
  176. {
  177. "id": "lkGandartCompositer",
  178. "name": "光予合成",
  179. "author": "@jojo",
  180. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartComposite.js",
  181. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartComposite.js",
  182. "icons": [
  183. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png",
  184. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png"
  185. ],
  186. "keys": [
  187. "lkGandartToken",
  188. "lkGandartCompositeTaskId",
  189. "lkGandartCompositeTaskName"
  190. ],
  191. "settings": [
  192. {
  193. "id": "lkIsEnableLogGandartOrdererCheckIn",
  194. "name": "开启/关闭日志",
  195. "val": true,
  196. "type": "boolean",
  197. "desc": "默认开启"
  198. },
  199. {
  200. "id": "lkNotifyOnlyFailGandartOrdererCheckIn",
  201. "name": "只当执行失败才通知",
  202. "val": false,
  203. "type": "boolean",
  204. "desc": "默认关闭"
  205. },
  206. {
  207. "id": "lkIsEnableTgNotifyGandartOrdererCheckIn",
  208. "name": "开启/关闭通知",
  209. "val": false,
  210. "type": "boolean",
  211. "desc": "默认关闭"
  212. },
  213. {
  214. "id": "lkTgNotifyUrlGandartOrdererCheckIn",
  215. "name": "通知地址",
  216. "val": "",
  217. "type": "text",
  218. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  219. },
  220. {
  221. "id": "lkGandartCompositeFuncEnalbleList",
  222. "name": "功能步骤",
  223. "val": "TaskList,MateList",
  224. "type": "checkboxes",
  225. "desc": "功能步骤",
  226. "items": [
  227. {
  228. "key": "TaskList",
  229. "label": "获取合成任务列表"
  230. },
  231. {
  232. "key": "MateList",
  233. "label": "获取可行合成方案"
  234. },
  235. {
  236. "key": "DecidedList",
  237. "label": "生成最终合成方案"
  238. },
  239. {
  240. "key": "ExecComposite",
  241. "label": "最终执行合成任务"
  242. }
  243. ]
  244. },
  245. {
  246. "id": "lkGandartCompositeTaskListStatus",
  247. "name": "任务列表状态",
  248. "val": "1",
  249. "type": "radios",
  250. "desc": "",
  251. "items": [
  252. {
  253. "key": "0",
  254. "label": "待开始"
  255. },
  256. {
  257. "key": "1",
  258. "label": "合成中"
  259. },
  260. {
  261. "key": "2",
  262. "label": "已结束"
  263. },
  264. {
  265. "key": "3",
  266. "label": "待开始与合成中"
  267. }
  268. ]
  269. },
  270. {
  271. "id": "lkGandartCompositeTaskMode",
  272. "name": "任务合成模式",
  273. "val": "1",
  274. "type": "radios",
  275. "desc": "",
  276. "items": [
  277. {
  278. "key": "0",
  279. "label": "普通"
  280. },
  281. {
  282. "key": "1",
  283. "label": "预设"
  284. }
  285. ]
  286. },
  287. {
  288. "id": "lkIsCompositeTaskListCache",
  289. "name": "启用/弃用任务列表本地缓存",
  290. "val": false,
  291. "type": "boolean",
  292. "desc": "默认关闭"
  293. },
  294. {
  295. "id": "lkIsCompositeMaterialCache",
  296. "name": "启用/弃用材料详情本地缓存",
  297. "val": false,
  298. "type": "boolean",
  299. "desc": "默认关闭"
  300. },
  301. {
  302. "id": "lkGandartCompositeTaskId",
  303. "name": "合成任务ID",
  304. "val": "",
  305. "type": "text",
  306. "desc": "合成任务ID"
  307. },
  308. {
  309. "id": "lkGandartCompositeCountArray",
  310. "name": "合成组合执行次数",
  311. "val": "0#1",
  312. "type": "text",
  313. "desc": "合成组合执行次数,格式如:0#1,1#1"
  314. },
  315. {
  316. "id": "lkGandartCompositeTaskMateList",
  317. "name": "合成组合可行情况",
  318. "val": "[]",
  319. "autoGrow": true,
  320. "type": "textarea",
  321. "desc": "产品列表"
  322. },
  323. {
  324. "id": "lkGandartCompositeTaskList1",
  325. "name": "合成中-任务列表",
  326. "val": "[]",
  327. "autoGrow": true,
  328. "type": "textarea",
  329. "desc": "合成中的任务列表"
  330. },
  331. {
  332. "id": "lkGandartCompositeTaskList0",
  333. "name": "待开始-任务列表",
  334. "val": "[]",
  335. "autoGrow": true,
  336. "type": "textarea",
  337. "desc": "待开始的任务列表"
  338. },
  339. {
  340. "id": "lkGandartCompositeTaskList2",
  341. "name": "已结束-任务列表",
  342. "val": "[]",
  343. "autoGrow": true,
  344. "type": "textarea",
  345. "desc": "已结束的任务列表"
  346. }
  347. ]
  348. }
  349. ]
  350. }