mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-27 19:29:52 +08:00
更新 DashboardItem 接口,将 render_mode 属性改为可选,并调整 dashboard.vue 中 VDialog 组件的最大高度以改善用户界面体验。
This commit is contained in:
@@ -632,7 +632,7 @@ export interface DashboardItem {
|
||||
// 页面元素
|
||||
elements: RenderProps[]
|
||||
// 渲染方式
|
||||
render_mode: string
|
||||
render_mode?: string
|
||||
}
|
||||
|
||||
// 种子信息
|
||||
|
||||
Reference in New Issue
Block a user