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
d3eeafb705
commit
e3634b1732
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@
|
||||||
import { onMount } from "svelte";
|
import { onMount } from "svelte";
|
||||||
|
|
||||||
const myStreamSchedule = [
|
const myStreamSchedule = [
|
||||||
|
{
|
||||||
|
start: getUpcomingTimeDevTZ(3, "10:00"),
|
||||||
|
end: getUpcomingTimeDevTZ(3, "14:00"),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
start: getUpcomingTimeDevTZ(4, "10:00"),
|
start: getUpcomingTimeDevTZ(4, "10:00"),
|
||||||
end: getUpcomingTimeDevTZ(4, "19:00"),
|
end: getUpcomingTimeDevTZ(4, "19:00"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue