tools.json 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. {
  2. "id": "jojo.app.tools",
  3. "name": "JoJo基础应用订阅",
  4. "author": "@JoJo",
  5. "icon": "https://avatars.githubusercontent.com/u/16010188",
  6. "repo": "http://git.jojo21.top/shawenguan/Quantumult-X",
  7. "apps": [
  8. {
  9. "id": "jojo.magicjs",
  10. "name": "MagicJS",
  11. "keys": [
  12. "magic_test_data",
  13. "magic_test_notification",
  14. "magic_test_http",
  15. "magic_test_qinglong",
  16. "magic_test_qinglong_data"
  17. ],
  18. "settings": [
  19. {
  20. "id": "magic_loglevel",
  21. "name": "日志等级",
  22. "val": "INFO",
  23. "type": "radios",
  24. "items": [
  25. {
  26. "key": "INFO",
  27. "label": "INFO"
  28. },
  29. {
  30. "key": "WARNING",
  31. "label": "WARNING"
  32. },
  33. {
  34. "key": "ERROR",
  35. "label": "ERROR"
  36. },
  37. {
  38. "key": "DEBUG",
  39. "label": "DEBUG"
  40. },
  41. {
  42. "key": "SNIFFER",
  43. "label": "SNIFFER"
  44. }],
  45. "desc": "出现异常时请选择DEBUG提交日志"
  46. }],
  47. "author": "@JoJo",
  48. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts",
  49. "icons": [
  50. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/logo_dark.png",
  51. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/logo.png"
  52. ]
  53. },
  54. {
  55. "id": "jojo.qinglong",
  56. "name": "青龙面板",
  57. "keys": [
  58. "magic_qlurl",
  59. "magic_qlclient",
  60. "magic_qlsecrt",
  61. "magic_qlname",
  62. "magic_qlpwd",
  63. "magic_qltoken"
  64. ],
  65. "descs_html": [
  66. "<h4 align=\"left\">不建议在iOS14及以下系统开启青龙面板同步,可能因magic.json数据过大受到内存警告,甚至丢失青龙面板magic.json数据。</h4>"
  67. ],
  68. "settings": [
  69. {
  70. "id": "magic_qlurl",
  71. "name": "登录地址",
  72. "val": "",
  73. "type": "input",
  74. "placeholder": "http://47.106.225.136:5700",
  75. "autoGrow": true,
  76. "desc": "填写青龙面板的登录地址,如为https请保证证书有效"
  77. },
  78. {
  79. "id": "magic_qlclient",
  80. "name": "ClientId",
  81. "val": "",
  82. "type": "input",
  83. "placeholder": "",
  84. "autoGrow": true,
  85. "desc": "填写青龙面板的ClientId"
  86. },
  87. {
  88. "id": "magic_qlsecrt",
  89. "name": "ClientSecret",
  90. "val": "",
  91. "type": "input",
  92. "placeholder": "",
  93. "autoGrow": true,
  94. "desc": "填写青龙面板的ClientSecret"
  95. },
  96. {
  97. "id": "magic_qlname",
  98. "name": "账号",
  99. "val": "",
  100. "type": "input",
  101. "placeholder": "",
  102. "autoGrow": true,
  103. "desc": "填写青龙面板的账号,当存在ClientId时,填写账号不会生效"
  104. },
  105. {
  106. "id": "magic_qlpwd",
  107. "name": "密码",
  108. "val": "",
  109. "type": "input",
  110. "placeholder": "http://47.106.225.136:5700",
  111. "autoGrow": true,
  112. "desc": "填写青龙面板的密码,当存在ClientId时,填写密码不会生效"
  113. },
  114. {
  115. "id": "magic_qltoken",
  116. "name": "token",
  117. "val": "",
  118. "type": "textarea",
  119. "placeholder": "",
  120. "autoGrow": true,
  121. "desc": "登录token,正常情况下不需要填写,自动获取"
  122. }],
  123. "author": "@JoJo",
  124. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts",
  125. "icons": [
  126. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/qinglong_dark.png",
  127. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/qinglong.png"
  128. ]
  129. },
  130. {
  131. "id": "jojo.bark",
  132. "name": "Bark推送",
  133. "keys": ["magic_bark_url"],
  134. "settings": [
  135. {
  136. "id": "magic_bark_url",
  137. "name": "Bark推送URL",
  138. "val": "",
  139. "type": "input",
  140. "placeholder": "https://api.day.app/xxxxxxxxxxxxxxxxxx/",
  141. "autoGrow": true,
  142. "desc": "填写Bark推送的链接,脚本通知将通过Bark推送。仅基于MagicJS 3的脚本支持。"
  143. }],
  144. "author": "@JoJo",
  145. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts",
  146. "icons": [
  147. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/bark.png",
  148. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/bark.png"
  149. ]
  150. },
  151. {
  152. "id": "jojo.synology",
  153. "name": "Synology",
  154. "keys": ["syno_https_url", "syno_account", "syno_passwd", "syno_sid"],
  155. "settings": [
  156. {
  157. "id": "syno_https_url",
  158. "name": "群晖地址",
  159. "val": "",
  160. "type": "input",
  161. "placeholder": "http://192.168.1.100:5000",
  162. "autoGrow": true,
  163. "desc": "目前暂不支持https,请使用http"
  164. },
  165. {
  166. "id": "syno_account",
  167. "name": "群晖账户",
  168. "val": "",
  169. "type": "input",
  170. "placeholder": "admin",
  171. "autoGrow": true,
  172. "desc": "可访问DownloadStation的账号,记得设置默认下载路径"
  173. },
  174. {
  175. "id": "syno_passwd",
  176. "name": "群晖密码",
  177. "val": "",
  178. "type": "input",
  179. "placeholder": "",
  180. "autoGrow": true,
  181. "desc": "建议单独建立一个账户保证安全"
  182. },
  183. {
  184. "id": "syno_sid",
  185. "name": "群晖Sid",
  186. "val": "",
  187. "type": "input",
  188. "placeholder": "",
  189. "autoGrow": true,
  190. "desc": "除非无法正常获取Sid,否则保持现在的值,不要修改"
  191. }],
  192. "author": "@JoJo",
  193. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/synology",
  194. "icons": [
  195. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/synology_dark.jpg",
  196. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/synology.jpg"
  197. ],
  198. "scripts": [
  199. {
  200. "name": "登录Synology",
  201. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/synology/synologyHelper.js"
  202. }]
  203. }]
  204. }