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