mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-14 20:07:51 +08:00
fix ui
This commit is contained in:
@@ -447,6 +447,17 @@ export interface Plugin {
|
||||
add_time?: number
|
||||
}
|
||||
|
||||
// 渲染结构
|
||||
export interface RenderProps {
|
||||
component: string
|
||||
text?: string
|
||||
html?: string
|
||||
content?: any
|
||||
slots?: any
|
||||
props?: any
|
||||
events?: any
|
||||
}
|
||||
|
||||
// 仪表板组件
|
||||
export interface DashboardItem {
|
||||
// ID
|
||||
@@ -458,7 +469,7 @@ export interface DashboardItem {
|
||||
// col列数
|
||||
cols: { [key: string]: number }
|
||||
// 页面元素
|
||||
elements: { [key: string]: any }[]
|
||||
elements: RenderProps[]
|
||||
}
|
||||
|
||||
// 种子信息
|
||||
|
||||
Reference in New Issue
Block a user