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