dengzedong
9 天以前 86c96a3dac97a7f3a38e293beb98b1c8129830e0
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}