task.json 1019 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "Tasks",
  3. "task": [
  4. {
  5. "name": "电信营业厅",
  6. "script-path": "https://raw.githubusercontent.com/chavyleung/scripts/master/10000/10000.js",
  7. "schedule": "1 0 * * *"
  8. },
  9. {
  10. "name": "AcFun",
  11. "script-path": "https://raw.githubusercontent.com/chavyleung/scripts/master/acfun/acfun.js",
  12. "schedule": "1 0 * * *"
  13. },
  14. {
  15. "name": "APK.TW",
  16. "script-path": "https://raw.githubusercontent.com/chavyleung/scripts/master/apktw/apktw.js",
  17. "schedule": "1 0 * * *"
  18. },
  19. {
  20. "name": "智行火车",
  21. "script-path": "https://raw.githubusercontent.com/chavyleung/scripts/master/zxhc/zxhc.js",
  22. "schedule": "1 0 * * *"
  23. },
  24. {
  25. "name": "苏宁易购",
  26. "script-path": "https://raw.githubusercontent.com/chavyleung/scripts/master/suning/suning.js",
  27. "schedule": "7 0 * * *"
  28. }
  29. ]
  30. }