generated from tailored/router-db-template
update time
This commit is contained in:
@@ -23,7 +23,7 @@ export const getTimeDuration = () => {
|
||||
{
|
||||
start: '12:01',
|
||||
end: '14:00',
|
||||
duration: 20 * 1000, // 20s
|
||||
duration: 30 * 1000, // 30s
|
||||
},
|
||||
{
|
||||
start: '14:01',
|
||||
@@ -32,9 +32,14 @@ export const getTimeDuration = () => {
|
||||
},
|
||||
{
|
||||
start: '18:01',
|
||||
end: '23:59',
|
||||
end: '22:00',
|
||||
duration: 10 * 1000, // 10s
|
||||
},
|
||||
{
|
||||
start: '22:01',
|
||||
end: '23:59',
|
||||
duration: 3 * 1000, // 3s
|
||||
},
|
||||
{
|
||||
start: '00:01',
|
||||
end: '03:00',
|
||||
|
||||
Reference in New Issue
Block a user