168.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. }
  69. ]
  70. }