wubian.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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"
  36. ],
  37. "settings": [
  38. {
  39. "id": "WubianActivityTaskCaptureEnabled",
  40. "name": "开启/关闭兑换采集",
  41. "val": true,
  42. "type": "boolean",
  43. "desc": "默认开启"
  44. },
  45. {
  46. "id": "WubianActivityId",
  47. "name": "当前兑换活动ID",
  48. "val": "",
  49. "type": "text",
  50. "desc": "当前兑换活动ID"
  51. }
  52. ]
  53. },
  54. {
  55. "id": "lkWubianSynthesis",
  56. "name": "无边极速兑换",
  57. "author": "@jojo",
  58. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianSynthesis.js",
  59. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianSynthesis.js",
  60. "icons": [
  61. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
  62. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
  63. ],
  64. "keys": [
  65. "WubianProToken",
  66. "WubianActivityCvtGoodsList"
  67. ],
  68. "settings": [
  69. {
  70. "id": "WubianActivityTaskCaptureEnabled",
  71. "name": "开启/关闭兑换采集",
  72. "val": true,
  73. "type": "boolean",
  74. "desc": "默认开启"
  75. },
  76. {
  77. "id": "WubianActivityActivityTagName",
  78. "name": "当前兑换活动标签关键字",
  79. "val": "",
  80. "type": "text",
  81. "desc": "当前兑换活动标签关键字"
  82. },
  83. {
  84. "id": "WubianActivityIndexName",
  85. "name": "当前兑换活动标题关键字",
  86. "val": "",
  87. "type": "text",
  88. "desc": "当前兑换活动标题关键字"
  89. },
  90. {
  91. "id": "WubianActivityId",
  92. "name": "当前兑换活动ID",
  93. "val": "",
  94. "type": "text",
  95. "desc": "当前兑换活动ID"
  96. }
  97. ]
  98. }
  99. ]
  100. }