wubian.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "id": "jojo.app.wubian",
  3. "name": "无边星链应用订阅",
  4. "description": "关于无边星链应用脚本订阅集合",
  5. "author": "@JoJo",
  6. "icon": "https://avatars.githubusercontent.com/u/16010188",
  7. "repo": "http://git.jojo21.top/shawenguan/Quantumult-X",
  8. "apps": [
  9. {
  10. "id": "lkWubianHelper",
  11. "name": "无边星链助手",
  12. "author": "@jojo",
  13. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianHelper.js",
  14. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianHelper.js",
  15. "icons": [
  16. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  17. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  18. ],
  19. "scripts": [
  20. {
  21. "name": "极速下单",
  22. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianOrder.js"
  23. },
  24. {
  25. "name": "极速兑换",
  26. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianSynthesis.js"
  27. },
  28. {
  29. "name": "首发抢购",
  30. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianGrab.js"
  31. }
  32. ],
  33. "keys": [
  34. "WubianProToken",
  35. "WubianActivityListData#0",
  36. "WubianActivityListData#1",
  37. "WubianActivityListData#2",
  38. "WubianActivityListData#3",
  39. "WubianActivityListData#4"
  40. ],
  41. "settings": [
  42. {
  43. "id": "WubianActivityTaskCaptureEnabled",
  44. "name": "开启/关闭兑换采集",
  45. "val": true,
  46. "type": "boolean",
  47. "desc": "默认开启"
  48. },
  49. {
  50. "id": "WubianActivityId",
  51. "name": "当前兑换活动ID",
  52. "val": "",
  53. "type": "text",
  54. "desc": "当前兑换活动ID"
  55. },
  56. {
  57. "id": "WubianActivityListData#0",
  58. "name": "当前所有活动列表",
  59. "val": "",
  60. "autoGrow": true,
  61. "type": "text",
  62. "desc": "当前所有活动列表"
  63. }
  64. ]
  65. },
  66. {
  67. "id": "lkWubianSynthesis",
  68. "name": "无边极速兑换",
  69. "author": "@jojo",
  70. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianSynthesis.js",
  71. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianSynthesis.js",
  72. "icons": [
  73. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  74. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  75. ],
  76. "keys": [
  77. "WubianProToken",
  78. "WubianActivityGoodsList"
  79. ],
  80. "settings": [
  81. {
  82. "id": "WubianActivityTaskCaptureEnabled",
  83. "name": "开启/关闭兑换采集",
  84. "val": true,
  85. "type": "boolean",
  86. "desc": "默认开启"
  87. },
  88. {
  89. "id": "WubianActivityActivityTagName",
  90. "name": "当前兑换活动标签关键字",
  91. "val": "",
  92. "type": "text",
  93. "desc": "当前兑换活动标签关键字"
  94. },
  95. {
  96. "id": "WubianActivityIndexName",
  97. "name": "当前兑换活动标题关键字",
  98. "val": "",
  99. "type": "text",
  100. "desc": "当前兑换活动标题关键字"
  101. },
  102. {
  103. "id": "WubianActivityId",
  104. "name": "当前兑换活动ID",
  105. "val": "",
  106. "type": "text",
  107. "desc": "当前兑换活动ID"
  108. }
  109. ]
  110. }
  111. ]
  112. }