mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-30 12:49:55 +08:00
fix
This commit is contained in:
@@ -480,3 +480,14 @@ export interface ScheduleInfo {
|
||||
// 下次运行时间
|
||||
next_run: string;
|
||||
}
|
||||
|
||||
|
||||
// 消息通知
|
||||
export interface NotificationSwitch {
|
||||
// 消息类型
|
||||
mtype: string;
|
||||
// 开关
|
||||
wechat: boolean;
|
||||
telegram: boolean;
|
||||
slack: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user