From 0518817dd01a080c329767ff6714ea0b53ed0253 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 17 Aug 2026 13:42:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(types):=20next=5Frun=20=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E5=8F=AF=E9=80=89=EF=BC=8C=E9=80=82=E9=85=8D=E6=89=8B=E5=8A=A8?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=97=A0=E6=8E=92=E6=9C=9F=E5=9C=BA=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/types.ts b/src/api/types.ts index d10243e4..58e352e2 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -1480,7 +1480,7 @@ export interface ScheduleInfo { // 多语言状态 status_i18n?: string // 下次运行时间 - next_run: string + next_run?: string // 多语言下次运行时间 next_run_i18n?: string // 当前完成百分比