mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
update stream schedule
This commit is contained in:
parent
eb28e0c151
commit
3ee787c3c0
1 changed files with 1 additions and 5 deletions
|
|
@ -7,16 +7,12 @@
|
||||||
const myStreamSchedule = [
|
const myStreamSchedule = [
|
||||||
{
|
{
|
||||||
start: getUpcomingTimeDevTZ(2, "9:30"),
|
start: getUpcomingTimeDevTZ(2, "9:30"),
|
||||||
end: getUpcomingTimeDevTZ(3, "16:00"),
|
end: getUpcomingTimeDevTZ(2, "16:00"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
start: getUpcomingTimeDevTZ(4, "9:30"),
|
start: getUpcomingTimeDevTZ(4, "9:30"),
|
||||||
end: getUpcomingTimeDevTZ(4, "16:00"),
|
end: getUpcomingTimeDevTZ(4, "16:00"),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
start: getUpcomingTimeDevTZ(5, "9:30"),
|
|
||||||
end: getUpcomingTimeDevTZ(5, "19:00"),
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue