@titaui/pc 1.15.47-beta.21 → 1.15.47-beta.22

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.
@@ -198,6 +198,10 @@ function UserMessage() {
198
198
  feedNum: (feedInfo === null || feedInfo === void 0 ? void 0 : feedInfo.value) || 0,
199
199
  insightNum: (feedInsightIndicator === null || feedInsightIndicator === void 0 ? void 0 : feedInsightIndicator.value) || 0
200
200
  });
201
+ window.globalState = {
202
+ feedNum: (feedInfo === null || feedInfo === void 0 ? void 0 : feedInfo.value) || 0,
203
+ insightNum: (feedInsightIndicator === null || feedInsightIndicator === void 0 ? void 0 : feedInsightIndicator.value) || 0
204
+ };
201
205
  }
202
206
  });
203
207
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.15.47-beta.21",
3
+ "version": "1.15.47-beta.22",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",