| 123456789101112 |
- "use strict";
- Object.defineProperty(exports, "__esModule", { value: true });
- exports.getLiquidData = void 0;
- var CAT_VALUE = 'liquid';
- /**
- * 获取水波图数据
- */
- function getLiquidData(percent) {
- return [{ percent: percent, type: CAT_VALUE }];
- }
- exports.getLiquidData = getLiquidData;
- //# sourceMappingURL=utils.js.map
|