168.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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": "华文数交助手",
  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_PksPlanPreDrawIssue"
  24. ],
  25. "settings": [
  26. {
  27. "id": "168_PksPlanAPIHost",
  28. "name": "API HOST",
  29. "val": "e7i.16890269.com",
  30. "type": "text",
  31. "placeholder": "",
  32. "desc": "API HOST"
  33. },
  34. {
  35. "id": "168_PksPlanDrawTurnCountC",
  36. "name": "计划C第几轮提醒",
  37. "val": 0,
  38. "type": "number",
  39. "placeholder": "",
  40. "desc": "计划C第几轮提醒"
  41. },
  42. {
  43. "id": "168_PksPlanDrawTurnCountB",
  44. "name": "计划B第几轮提醒",
  45. "val": 0,
  46. "type": "number",
  47. "placeholder": "",
  48. "desc": "计划B第几轮提醒"
  49. },
  50. {
  51. "id": "168_PksPlanDrawTurnCountA",
  52. "name": "计划A第几轮提醒",
  53. "val": 0,
  54. "type": "number",
  55. "placeholder": "",
  56. "desc": "计划A第几轮提醒"
  57. }
  58. ]
  59. }
  60. ]
  61. }