shenrongliang
2025-05-28 76f6a38d18e659bb718b834dfcbe8aa71bdb6ace
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}