utils.js 187 B

12345678
  1. var CAT_VALUE = 'liquid';
  2. /**
  3. * 获取水波图数据
  4. */
  5. export function getLiquidData(percent) {
  6. return [{ percent: percent, type: CAT_VALUE }];
  7. }
  8. //# sourceMappingURL=utils.js.map