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