仪表板组件支持拖动排序

This commit is contained in:
jxxghp
2024-05-09 14:45:12 +08:00
parent 74e96980e6
commit 2065992b17
18 changed files with 437 additions and 464 deletions

View File

@@ -445,11 +445,11 @@ export interface Plugin {
add_time?: number
}
// 插件仪表板
export interface PluginDashboard {
// 插件ID
// 仪表板组件
export interface DashboardItem {
// ID
id: string
// 插件名称
// 名称
name: string
// 全局配置
attrs: { [key: string]: any }