yxl
2025-02-19 3dc17dbcb1fb1d64c469deed1518d1817846b452
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict";
 
Object.defineProperty(exports, "__esModule", {
  value: true
});
exports["default"] = void 0;
var configInfo = {
  errorInfo: function errorInfo(res) {
    return "<div class='infoTitle'>" + res.title + "</div><div class='infoCount'>" + res.val + "</div>";
  }
};
var _default = configInfo;
exports["default"] = _default;