JoJo_BoxJs.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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": "http://git.jojo21.cf/shawenguan/Quantumult-X/src/master/Scripts/gandartHelper.js",
  14. "script": "http://git.jojo21.cf/shawenguan/Quantumult-X/src/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": "http://git.jojo21.cf/shawenguan/Quantumult-X/src/master/Scripts/gandartHelper.js"
  23. },
  24. {
  25. "name": "极速合成",
  26. "script": "http://git.jojo21.cf/shawenguan/Quantumult-X/src/master/Scripts/gandartHelper.js"
  27. },
  28. {
  29. "name": "极速置换",
  30. "script": "http://git.jojo21.cf/shawenguan/Quantumult-X/src/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": "@gandart.isNotify",
  44. "name": "开启/关闭Telegram通知",
  45. "val": false,
  46. "type": "boolean",
  47. "desc": "默认关闭"
  48. },
  49. {
  50. "id": "@gandart.token",
  51. "name": "token",
  52. "val": "",
  53. "type": "text",
  54. "desc": "授权token"
  55. },
  56. {
  57. "id": "@gandart.castingId",
  58. "name": "产品铸造品类ID",
  59. "val": 0,
  60. "type": "number",
  61. "desc": "产品铸造品类ID"
  62. },
  63. {
  64. "id": "@gandart.transactionRecordId",
  65. "name": "产品记录ID",
  66. "val": 0,
  67. "type": "number",
  68. "desc": "产品记录ID()非编号"
  69. },
  70. {
  71. "id": "@gandart.limitPrice",
  72. "name": "价格上限",
  73. "val": 0,
  74. "type": "number",
  75. "desc": "价格上限"
  76. },
  77. {
  78. "id": "@gandart.collectionName",
  79. "name": "产品名称",
  80. "val": 0,
  81. "type": "number",
  82. "desc": "产品名称"
  83. }
  84. ]
  85. }
  86. ]
  87. }