康鲁杰
2025-03-31 9cbbd2531ed5e950fe51a652c1994eb17da8cc45
1
2
3
4
5
6
7
export type contextMenuSchema = {
  disabled?: boolean
  divided?: boolean
  icon?: string
  label: string
  command?: (item: contextMenuSchema) => void
}