@titaui/pc 1.16.28-beta.5 → 1.16.28-beta.6

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.
@@ -278,7 +278,10 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
278
278
 
279
279
  sentData.Content = richText; // @ts-ignore
280
280
 
281
- if (pureText) sentData.contentTxt = pureText; // @ts-ignore
281
+ if (pureText) {
282
+ sentData.contentTxt = pureText.replace(/@\$userName=0\$/g, '@所有人');
283
+ } // @ts-ignore
284
+
282
285
 
283
286
  if (mentionUsers) sentData.mentionUsers = (0, _editor.usersTypeToNumber)(mentionUsers);
284
287
  sentData.version = 1; // @ts-ignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.16.28-beta.5",
3
+ "version": "1.16.28-beta.6",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",