潘志宝
2025-05-14 04c91558f2a7ad6d1e424cb9781352a37726a134
1
2
3
4
5
6
7
export type contextMenuSchema = {
  disabled?: boolean
  divided?: boolean
  icon?: string
  label: string
  command?: (item: contextMenuSchema) => void
}