JoJo_BoxJs.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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. "keys": [
  93. "lkGandartToken",
  94. "lkGandartCastingId",
  95. "lkGandartCollectionName",
  96. "lkGandartLimitPrice",
  97. "lkGandartFloatPriceIntaval",
  98. "lkIsGandartCollectionWatchLocked"
  99. ],
  100. "settings": [
  101. {
  102. "id": "lkIsEnableLogGandartOrdererCheckIn",
  103. "name": "开启/关闭日志",
  104. "val": true,
  105. "type": "boolean",
  106. "desc": "默认开启"
  107. },
  108. {
  109. "id": "lkNotifyOnlyFailGandartOrdererCheckIn",
  110. "name": "只当执行失败才通知",
  111. "val": false,
  112. "type": "boolean",
  113. "desc": "默认关闭"
  114. },
  115. {
  116. "id": "lkIsEnableTgNotifyGandartOrdererCheckIn",
  117. "name": "开启/关闭通知",
  118. "val": false,
  119. "type": "boolean",
  120. "desc": "默认关闭"
  121. },
  122. {
  123. "id": "lkTgNotifyUrlGandartOrdererCheckIn",
  124. "name": "通知地址",
  125. "val": "",
  126. "type": "text",
  127. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  128. },
  129. {
  130. "id": "lkIsGandartCollectionWatchLocked",
  131. "name": "开启/关闭锁定监控产品",
  132. "val": false,
  133. "type": "boolean",
  134. "desc": "默认关闭锁定"
  135. },
  136. {
  137. "id": "lkGandartCastingId",
  138. "name": "产品铸造品类ID",
  139. "val": "",
  140. "type": "text",
  141. "desc": "产品铸造品类ID"
  142. },
  143. {
  144. "id": "lkGandartCollectionName",
  145. "name": "产品名称",
  146. "val": "",
  147. "type": "text",
  148. "desc": "产品名称"
  149. },
  150. {
  151. "id": "lkGandartLimitPrice",
  152. "name": "捡漏最高价格",
  153. "val": 0,
  154. "type": "text",
  155. "desc": "捡漏最高价格"
  156. },
  157. {
  158. "id": "lkGandartFloatPriceIntaval",
  159. "name": "价格浮动限制",
  160. "val": 10,
  161. "type": "number",
  162. "desc": "价格浮动限制"
  163. },
  164. {
  165. "id": "lkGandartCollectionCateLst",
  166. "name": "产品列表",
  167. "val": "[]",
  168. "type": "textarea",
  169. "desc": "产品列表"
  170. }
  171. ]
  172. }
  173. ]
  174. }