shenrongliang
2025-04-17 c18501202d4274b6d256ddce7295108c57715882
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}