JoJo_BoxJs.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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/gandartHelper.js",
  14. "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/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/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. "lkGandartToken",
  35. "lkGandartCastingId",
  36. "lkGandartTransactionRecordId",
  37. "lkGandartLimitPrice",
  38. "lkGandartCollectionName"
  39. ],
  40. "settings": [
  41. {
  42. "id": "lkIsEnableLogGandartHelperCheckIn",
  43. "name": "开启/关闭日志",
  44. "val": true,
  45. "type": "boolean",
  46. "desc": "默认开启"
  47. },
  48. {
  49. "id": "lkNotifyOnlyFailGandartHelperCheckIn",
  50. "name": "只当执行失败才通知",
  51. "val": false,
  52. "type": "boolean",
  53. "desc": "默认关闭"
  54. },
  55. {
  56. "id": "lkIsEnableTgNotifyGandartHelperCheckIn",
  57. "name": "开启/关闭Telegram通知",
  58. "val": false,
  59. "type": "boolean",
  60. "desc": "默认关闭"
  61. },
  62. {
  63. "id": "lkTgNotifyUrlGandartHelperCheckIn",
  64. "name": "Telegram通知地址",
  65. "val": "",
  66. "type": "text",
  67. "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
  68. },
  69. {
  70. "id": "lkGandartToken",
  71. "name": "token",
  72. "val": "",
  73. "type": "text",
  74. "desc": "授权token"
  75. },
  76. {
  77. "id": "lkGandartCastingId",
  78. "name": "产品铸造品类ID",
  79. "val": "",
  80. "type": "text",
  81. "desc": "产品铸造品类ID"
  82. },
  83. {
  84. "id": "lkGandartTransactionRecordId",
  85. "name": "产品记录ID",
  86. "val": "",
  87. "type": "text",
  88. "desc": "产品记录ID(非编号)"
  89. },
  90. {
  91. "id": "lkGandartLimitPrice",
  92. "name": "价格上限",
  93. "val": 0,
  94. "type": "number",
  95. "desc": "价格上限"
  96. },
  97. {
  98. "id": "lkGandartCollectionName",
  99. "name": "产品名称",
  100. "val": "",
  101. "type": "text",
  102. "desc": "产品名称"
  103. },
  104. {
  105. "id": "lkGandartCollectionCateLst",
  106. "name": "产品列表",
  107. "val": "[]",
  108. "type": "textarea",
  109. "desc": "产品列表"
  110. }
  111. ]
  112. }
  113. ]
  114. }