JoJo_BoxJs.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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. "desc": "授权token"
  72. },
  73. {
  74. "id": "lkGandartCollectionCateLst",
  75. "name": "产品列表",
  76. "val": "[]",
  77. "type": "textarea",
  78. "desc": "产品列表"
  79. }
  80. ]
  81. },
  82. {
  83. "id": "lkGandartOrderer",
  84. "name": "光予下单",
  85. "author": "@jojo",
  86. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartOrder.js",
  87. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartOrder.js",
  88. "icons": [
  89. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png",
  90. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png"
  91. ],
  92. "scripts": [],
  93. "keys": [
  94. "lkGandartToken",
  95. "lkGandartCastingId",
  96. "lkGandartCollectionName",
  97. "lkGandartLimitPrice",
  98. "lkGandartFloatPriceIntaval",
  99. "lkIsGandartCollectionWatchLocked"
  100. ],
  101. "settings": [
  102. {
  103. "id": "lkIsEnableLogGandartOrdererCheckIn",
  104. "name": "开启/关闭日志",
  105. "val": true,
  106. "type": "boolean",
  107. "desc": "默认开启"
  108. },
  109. {
  110. "id": "lkNotifyOnlyFailGandartOrdererCheckIn",
  111. "name": "只当执行失败才通知",
  112. "val": false,
  113. "type": "boolean",
  114. "desc": "默认关闭"
  115. },
  116. {
  117. "id": "lkIsEnableTgNotifyGandartOrdererCheckIn",
  118. "name": "开启/关闭通知",
  119. "val": false,
  120. "type": "boolean",
  121. "desc": "默认关闭"
  122. },
  123. {
  124. "id": "lkTgNotifyUrlGandartOrdererCheckIn",
  125. "name": "通知地址",
  126. "val": "",
  127. "type": "text",
  128. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  129. },
  130. {
  131. "id": "lkIsGandartCollectionWatchLocked",
  132. "name": "是否锁定监控当前产品",
  133. "val": false,
  134. "type": "boolean",
  135. "desc": "默认不锁定"
  136. },
  137. {
  138. "id": "lkGandartCastingId",
  139. "name": "产品铸造品类ID",
  140. "val": "",
  141. "type": "text",
  142. "desc": "产品铸造品类ID"
  143. },
  144. {
  145. "id": "lkGandartCollectionName",
  146. "name": "产品名称",
  147. "val": "",
  148. "type": "text",
  149. "desc": "产品名称"
  150. },
  151. {
  152. "id": "lkGandartLimitPrice",
  153. "name": "捡漏最高价格",
  154. "val": 0,
  155. "type": "text",
  156. "desc": "捡漏最高价格"
  157. },
  158. {
  159. "id": "lkGandartFloatPriceIntaval",
  160. "name": "价格浮动限制",
  161. "val": 10,
  162. "type": "number",
  163. "desc": "价格浮动限制"
  164. },
  165. {
  166. "id": "lkGandartCollectionCateLst",
  167. "name": "产品列表",
  168. "val": "[]",
  169. "type": "textarea",
  170. "desc": "产品列表"
  171. }
  172. ]
  173. }
  174. ]
  175. }