潘志宝
2024-08-19 db5c540d454fed588ec3c47e5fe7780b485a481a
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}