utils.js 328 B

123456789101112
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.getLiquidData = void 0;
  4. var CAT_VALUE = 'liquid';
  5. /**
  6. * 获取水波图数据
  7. */
  8. function getLiquidData(percent) {
  9. return [{ percent: percent, type: CAT_VALUE }];
  10. }
  11. exports.getLiquidData = getLiquidData;
  12. //# sourceMappingURL=utils.js.map