From 2f36a8edefbfca7d4e165a927d482045eb9f891e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=AE=E5=8F=AE=E5=BD=93?= <604054726@qq.com> Date: Fri, 23 Feb 2024 22:27:01 +0800 Subject: [PATCH] fix --- src/api/types.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/api/types.ts b/src/api/types.ts index d8c9e065..e393870c 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -877,6 +877,9 @@ export interface ScheduleInfo { // 名称 name: string + // 提供者 + provider: string + // 状态 status: string