@titaui/pc 1.13.7 → 1.13.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,6 +56,7 @@ function Reply(props) {
56
56
  return '分享了文件';
57
57
  }
58
58
 
59
+ console.log('item.content', item.content);
59
60
  return (0, _utils.deleteText)((0, _utils.htmlToText)(item.content));
60
61
  };
61
62
 
@@ -107,7 +108,7 @@ function Reply(props) {
107
108
  className: (0, _classnames["default"])("".concat(preCls, "__item-right-content"))
108
109
  }, /*#__PURE__*/_react["default"].createElement(_tooltipText["default"], {
109
110
  overlayClassName: "".concat(preCls, "__item-right-content-tooltip"),
110
- text: (0, _openData.parseString)(feedText()),
111
+ text: (0, _openData.parseHtmlAndTextTag)(feedText()),
111
112
  isPercent: true,
112
113
  mouseEnterDelay: 0.8
113
114
  })), /*#__PURE__*/_react["default"].createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.13.7",
3
+ "version": "1.13.8",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",