刘嘉威
2022-10-27 f40174eb1608c717b3c256aa5e7b576cd4b0825a
1
2
3
4
5
6
export interface DefaultConfigType {
  
    colors: Array<String>;
      unit:string,
      showValue:Boolean
  }