168.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "id": "jojo.app.168plan",
  3. "name": "168计划应用订阅",
  4. "description": "关于168计划应用脚本订阅集合",
  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": "jojo.pksPlanHelper",
  11. "name": "168计划助手",
  12. "author": "@jojo",
  13. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/168/pksPlanHelper.js",
  14. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/168/pksPlanHelper.js",
  15. "icons": [
  16. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/168.png",
  17. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/168.png"
  18. ],
  19. "scripts": [
  20. ],
  21. "keys": [
  22. "168_PksPlanAPIHost",
  23. "168_PksPlanLotteryCode",
  24. "168_PksPlanPreDrawIssue"
  25. ],
  26. "settings": [
  27. {
  28. "id": "168_PksPlanAPIHost",
  29. "name": "API HOST",
  30. "val": "",
  31. "type": "text",
  32. "placeholder": "",
  33. "desc": "API HOST"
  34. },
  35. {
  36. "id": "168_PksPlanLotteryCode",
  37. "name": "彩票类别代码",
  38. "val": "10058",
  39. "type": "text",
  40. "placeholder": "",
  41. "desc": "彩票类别代码"
  42. },
  43. {
  44. "id": "168_PksPlanDrawTurnCountC",
  45. "name": "计划C第几轮提醒",
  46. "val": 0,
  47. "type": "number",
  48. "placeholder": "",
  49. "desc": "计划C第几轮提醒"
  50. },
  51. {
  52. "id": "168_PksPlanDrawTurnCountB",
  53. "name": "计划B第几轮提醒",
  54. "val": 0,
  55. "type": "number",
  56. "placeholder": "",
  57. "desc": "计划B第几轮提醒"
  58. },
  59. {
  60. "id": "168_PksPlanDrawTurnCountA",
  61. "name": "计划A第几轮提醒",
  62. "val": 0,
  63. "type": "number",
  64. "placeholder": "",
  65. "desc": "计划A第几轮提醒"
  66. },
  67. {
  68. "id": "168_PksPlanLotteryAutoBet",
  69. "name": "开启/关闭自动下注",
  70. "val": false,
  71. "type": "boolean",
  72. "desc": "默认关闭"
  73. },
  74. {
  75. "id": "168_PksPlanLotteryMaxBetAmount",
  76. "name": "自动下注额上限",
  77. "val": 96,
  78. "type": "number",
  79. "desc": "自动下注额上限"
  80. },
  81. {
  82. "id": "168_PksPlanDrawIssueCustom",
  83. "name": "自定义计划期数",
  84. "val": "",
  85. "type": "text",
  86. "placeholder": "",
  87. "desc": "自定义计划期数-测试"
  88. },
  89. {
  90. "id": "168_PksPlanCustom",
  91. "name": "自定义计划号码",
  92. "val": "",
  93. "type": "text",
  94. "placeholder": "",
  95. "desc": "自定义计划号码-测试"
  96. }
  97. ]
  98. }
  99. ]
  100. }