JoJo_BoxJs.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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": "jojo.gandart",
  11. "name": "光予助手",
  12. "author": "@jojo",
  13. "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandartHelper.js",
  14. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandartHelper.js",
  15. "icons": [
  16. "https://raw.githubusercontent.com/Orz-3/mini/master/Alpha/10086.png",
  17. "https://raw.githubusercontent.com/Orz-3/mini/master/Color/10086.png"
  18. ],
  19. "scripts": [
  20. {
  21. "name": "监控购买",
  22. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandartHelper.js"
  23. },
  24. {
  25. "name": "极速合成",
  26. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandartHelper.js"
  27. },
  28. {
  29. "name": "极速置换",
  30. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandartHelper.js"
  31. }
  32. ],
  33. "keys": [
  34. "@gandart.isNotify",
  35. "@gandart.token",
  36. "@gandart.castingId",
  37. "@gandart.transactionRecordId",
  38. "@gandart.limitPrice",
  39. "@gandart.collectionName"
  40. ],
  41. "settings": [
  42. {
  43. "id": "lkIsEnableLogGandartHelperCheckIn",
  44. "name": "开启/关闭日志",
  45. "val": true,
  46. "type": "boolean",
  47. "desc": "默认开启"
  48. },
  49. {
  50. "id": "lkNotifyOnlyFailGandartHelperCheckIn",
  51. "name": "只当执行失败才通知",
  52. "val": false,
  53. "type": "boolean",
  54. "desc": "默认关闭"
  55. },
  56. {
  57. "id": "lkIsEnableTgNotifyGandartHelperCheckIn",
  58. "name": "开启/关闭Telegram通知",
  59. "val": false,
  60. "type": "boolean",
  61. "desc": "默认关闭"
  62. },
  63. {
  64. "id": "lkTgNotifyUrlGandartHelperCheckIn",
  65. "name": "Telegram通知地址",
  66. "val": "",
  67. "type": "text",
  68. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  69. },
  70. {
  71. "id": "@gandart.token",
  72. "name": "token",
  73. "val": "",
  74. "type": "text",
  75. "desc": "授权token"
  76. },
  77. {
  78. "id": "@gandart.castingId",
  79. "name": "产品铸造品类ID",
  80. "val": 0,
  81. "type": "number",
  82. "desc": "产品铸造品类ID"
  83. },
  84. {
  85. "id": "@gandart.transactionRecordId",
  86. "name": "产品记录ID",
  87. "val": 0,
  88. "type": "number",
  89. "desc": "产品记录ID(非编号)"
  90. },
  91. {
  92. "id": "@gandart.limitPrice",
  93. "name": "价格上限",
  94. "val": 0,
  95. "type": "number",
  96. "desc": "价格上限"
  97. },
  98. {
  99. "id": "@gandart.collectionName",
  100. "name": "产品名称",
  101. "val": "",
  102. "type": "text",
  103. "desc": "产品名称"
  104. }
  105. ]
  106. }
  107. ]
  108. }