ChallengeGroupConfig.lua 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. local root = {
  2. {
  3. id = 101,
  4. isEnabled = true,
  5. channel = {t=0,c={99999}},
  6. timeStartActive = '2021-01-01 00:00:00',
  7. timeStartRegister = '2021-01-01 00:00:00',
  8. timeEndRegister = '2022-06-01 23:59:59',
  9. rankingId = 101
  10. },
  11. {
  12. id = 102,
  13. isEnabled = true,
  14. channel = {t=0,c={99999}},
  15. timeStartActive = '2021-06-02 00:00:00',
  16. timeStartRegister = '2022-06-02 00:00:00',
  17. timeEndRegister = '2022-06-20 00:00:00',
  18. rankingId = 102
  19. },
  20. {
  21. id = 103,
  22. isEnabled = true,
  23. channel = {t=0,c={99999}},
  24. timeStartActive = '2022-06-20 00:00:00',
  25. timeStartRegister = '2022-06-20 00:00:00',
  26. timeEndRegister = '2022-06-27 00:00:00',
  27. rankingId = 103
  28. },
  29. {
  30. id = 104,
  31. isEnabled = true,
  32. channel = {t=0,c={99999}},
  33. timeStartActive = '2022-06-20 00:00:00',
  34. timeEndActive = '2022-07-11 00:00:00',
  35. timeStartRegister = '2022-06-27 00:00:00',
  36. timeEndRegister = '2022-07-04 00:00:00',
  37. rankingId = 104
  38. },
  39. {
  40. id = 105,
  41. isEnabled = true,
  42. channel = {t=0,c={99999}},
  43. timeStartActive = '2022-06-20 00:00:00',
  44. timeEndActive = '2022-07-11 00:00:00',
  45. timeStartRegister = '2022-07-04 00:00:00',
  46. timeEndRegister = '2022-07-11 00:00:00',
  47. rankingId = 105
  48. },
  49. {
  50. id = 10001,
  51. isEnabled = true,
  52. channel = {t=0,c={99999}},
  53. timeStartActive = '2022-07-11 00:00:00',
  54. timeStartRegister = '2022-06-27 00:00:00',
  55. rankingId = 10001
  56. }
  57. }
  58. return root