mirror of
https://gitee.com/viarotel-org/escrcpy.git
synced 2024-11-29 18:01:34 +08:00
perf: 🔧 Temporarily disable scheduled tasks that are too far away
This commit is contained in:
parent
cc1d7c5cc4
commit
be5e6396e1
@ -10,14 +10,14 @@ export const timerType = [
|
||||
]
|
||||
|
||||
export const timeUnit = [
|
||||
{
|
||||
label: 'time.unit.month',
|
||||
value: 'month',
|
||||
},
|
||||
{
|
||||
label: 'time.unit.week',
|
||||
value: 'week',
|
||||
},
|
||||
// {
|
||||
// label: 'time.unit.month',
|
||||
// value: 'month',
|
||||
// },
|
||||
// {
|
||||
// label: 'time.unit.week',
|
||||
// value: 'week',
|
||||
// },
|
||||
{
|
||||
label: 'time.unit.day',
|
||||
value: 'day',
|
||||
|
Loading…
Reference in New Issue
Block a user