168.json 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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_PksPlanDrawIssueCustom",
  69. "name": "自定义计划期数",
  70. "val": "",
  71. "type": "text",
  72. "placeholder": "",
  73. "desc": "自定义计划期数"
  74. },
  75. {
  76. "id": "168_PksPlanCustom",
  77. "name": "自定义计划号码",
  78. "val": "",
  79. "type": "text",
  80. "placeholder": "",
  81. "desc": "自定义计划号码"
  82. }
  83. ]
  84. }
  85. ]
  86. }