houzhongjian
2024-11-27 533610403a4640268fa0feb54203aa32a72678b6
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}