更新 DashboardItem 接口,将 render_mode 属性改为可选,并调整 dashboard.vue 中 VDialog 组件的最大高度以改善用户界面体验。

This commit is contained in:
jxxghp
2025-05-14 13:22:31 +08:00
parent 9dbd090482
commit 5c0d0d5a95
2 changed files with 2 additions and 2 deletions

View File

@@ -632,7 +632,7 @@ export interface DashboardItem {
// 页面元素
elements: RenderProps[]
// 渲染方式
render_mode: string
render_mode?: string
}
// 种子信息