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