mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
Stream schedule update
This commit is contained in:
parent
700a7bb3d7
commit
3f61c12bcb
1 changed files with 3 additions and 3 deletions
|
|
@ -11,11 +11,11 @@
|
||||||
|
|
||||||
const myStreamSchedule: null | StreamScheduleDay[] = [
|
const myStreamSchedule: null | StreamScheduleDay[] = [
|
||||||
{
|
{
|
||||||
start: getUpcomingTimeDevTZ(4, "10:00"),
|
start: getUpcomingTimeDevTZ(4, "11:00"),
|
||||||
end: getUpcomingTimeDevTZ(4, "20:00"),
|
end: getUpcomingTimeDevTZ(4, "16:00"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
start: getUpcomingTimeDevTZ(5, "14:00"),
|
start: getUpcomingTimeDevTZ(5, "11:00"),
|
||||||
end: getUpcomingTimeDevTZ(5, "20:00"),
|
end: getUpcomingTimeDevTZ(5, "20:00"),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue