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