From be5e6396e13a86ec1ae0cf09012c954b8a256c4c Mon Sep 17 00:00:00 2001 From: viarotel Date: Tue, 29 Oct 2024 09:14:56 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=F0=9F=94=A7=20Temporarily=20disable=20?= =?UTF-8?q?scheduled=20tasks=20that=20are=20too=20far=20away?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dicts/tasks/index.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/dicts/tasks/index.js b/src/dicts/tasks/index.js index 05add21..8e36465 100644 --- a/src/dicts/tasks/index.js +++ b/src/dicts/tasks/index.js @@ -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',