shenrongliang
2025-04-16 a25aa103c05348214df4eea6b091fac654dfa20d
1
2
3
4
export interface TipSchema {
  label: string
  keys?: string[]
}