release.json 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "id": "JoJo.app.relsub",
  3. "name": "JoJo正式脚本订阅",
  4. "description": "JoJo私人脚本订阅集合",
  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": "lkAliYunPanHepler",
  11. "name": "阿里云盘签到",
  12. "desc_html": "⚠️使用说明</br>详情【<a href='https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/ali/aliYunPanSignIn.js'><font class='red--text'>点我查看</font></a>】",
  13. "author": "@jojo",
  14. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts",
  15. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/ali/aliYunPanSignIn.js",
  16. "icons": [
  17. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/aliYunPan.png",
  18. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/aliYunPan.png"
  19. ],
  20. "scripts": [],
  21. "keys": [
  22. "lkAliYunPanTokenKey",
  23. "lkAliYunPanRefreshTokenKey"
  24. ],
  25. "settings": [
  26. {
  27. "id": "lkIsEnableLogAliYunPanHepler",
  28. "name": "开启/关闭日志",
  29. "val": true,
  30. "type": "boolean",
  31. "desc": "默认开启"
  32. },
  33. {
  34. "id": "lkNotifyOnlyFailAliYunPanHepler",
  35. "name": "只当执行失败才通知",
  36. "val": false,
  37. "type": "boolean",
  38. "desc": "默认关闭"
  39. },
  40. {
  41. "id": "lkAliYunPanTokenKey",
  42. "name": "阿里云盘token",
  43. "val": "",
  44. "type": "text",
  45. "desc": "阿里云盘token"
  46. },
  47. {
  48. "id": "lkAliYunPanRefreshTokenKey",
  49. "name": "阿里云盘refresh_token",
  50. "val": "",
  51. "type": "text",
  52. "desc": "阿里云盘refresh_token"
  53. }
  54. ]
  55. },
  56. {
  57. "id": "lkBoDianHelper",
  58. "name": "波点音乐签到",
  59. "author": "@jojo",
  60. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts",
  61. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/bodian/bodianSignIn.js",
  62. "icons": [
  63. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/bodianMusic.png",
  64. "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/bodianMusic.png"
  65. ],
  66. "scripts": [],
  67. "keys": [
  68. "lkBodianMusicTokenKey"
  69. ],
  70. "settings": [
  71. {
  72. "id": "lkBodianMusicTokenKey",
  73. "name": "波点音乐token",
  74. "val": "",
  75. "type": "text",
  76. "desc": "波点音乐token"
  77. },
  78. {
  79. "id": "lkBodianMusicUserIdKey",
  80. "name": "波点音乐用户ID",
  81. "val": "",
  82. "type": "text",
  83. "desc": "波点音乐用户ID"
  84. }
  85. ]
  86. }
  87. ]
  88. }