wubian.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. "type": "text",
  61. "desc": "当前所有活动列表"
  62. }
  63. ]
  64. },
  65. {
  66. "id": "lkWubianSynthesis",
  67. "name": "无边极速兑换",
  68. "author": "@jojo",
  69. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianSynthesis.js",
  70. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianSynthesis.js",
  71. "icons": [
  72. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  73. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  74. ],
  75. "keys": [
  76. "WubianProToken",
  77. "WubianActivityGoodsList"
  78. ],
  79. "settings": [
  80. {
  81. "id": "WubianActivityTaskCaptureEnabled",
  82. "name": "开启/关闭兑换采集",
  83. "val": true,
  84. "type": "boolean",
  85. "desc": "默认开启"
  86. },
  87. {
  88. "id": "WubianActivityActivityTagName",
  89. "name": "当前兑换活动标签关键字",
  90. "val": "",
  91. "type": "text",
  92. "desc": "当前兑换活动标签关键字"
  93. },
  94. {
  95. "id": "WubianActivityIndexName",
  96. "name": "当前兑换活动标题关键字",
  97. "val": "",
  98. "type": "text",
  99. "desc": "当前兑换活动标题关键字"
  100. },
  101. {
  102. "id": "WubianActivityId",
  103. "name": "当前兑换活动ID",
  104. "val": "",
  105. "type": "text",
  106. "desc": "当前兑换活动ID"
  107. }
  108. ]
  109. }
  110. ]
  111. }