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