release.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "id": "JoJo.app.relsub",
  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": "lkWbankBuYuHepler",
  11. "name": "阿里云盘签到",
  12. "desc_html": "⚠️使用说明</br>详情【<a href='https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/ali/lkAliYunPanSignIn.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/lkAliYunPanSignIn.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. "lkWbankBuyuPhone"
  23. ],
  24. "settings": [
  25. {
  26. "id": "lkIsEnableLogAliYunPanSignIn",
  27. "name": "开启/关闭日志",
  28. "val": true,
  29. "type": "boolean",
  30. "desc": "默认开启"
  31. },
  32. {
  33. "id": "lkNotifyOnlyFailAliYunPanSignIn",
  34. "name": "只当执行失败才通知",
  35. "val": false,
  36. "type": "boolean",
  37. "desc": "默认关闭"
  38. },
  39. {
  40. "id": "lkAliYunPanTokenKey",
  41. "name": "阿里云盘token",
  42. "val": "",
  43. "type": "text",
  44. "desc": "阿里云盘token"
  45. },
  46. {
  47. "id": "lkAliYunPanRefreshTokenKey",
  48. "name": "阿里云盘refresh_token",
  49. "val": "",
  50. "type": "text",
  51. "desc": "阿里云盘refresh_token"
  52. }
  53. ]
  54. }
  55. ]
  56. }