dongyukun
9 天以前 23c8b8154fcf7c9251d07f028f3e14737ba4cecd
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}