mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-19 20:29:29 +08:00
fix layout ui
This commit is contained in:
@@ -806,3 +806,15 @@ export interface Message {
|
||||
// JSON
|
||||
note?: string
|
||||
}
|
||||
|
||||
// 系统通知
|
||||
export interface SystemNotification {
|
||||
// 通知类型 user/system/plugin
|
||||
type: string
|
||||
// 通知标题
|
||||
title: string
|
||||
// 通知内容
|
||||
text: string
|
||||
// 通知时间
|
||||
date: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user