@zgfe/modules-event 0.0.2-event.21 → 0.0.2-event.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.
@@ -149,7 +149,7 @@ var EventTable = function EventTable(props) {
149
149
  platform: (currentApp === null || currentApp === void 0 ? void 0 : currentApp.platform) || 0
150
150
  }, searchData), {}, {
151
151
  down: {
152
- fname: base64.encode('事件分析'),
152
+ fname: base64.encode("\u4E8B\u4EF6_".concat((searchData === null || searchData === void 0 ? void 0 : searchData.name) ? searchData === null || searchData === void 0 ? void 0 : searchData.name : '事件概览')),
153
153
  titles: seriesNames
154
154
  }
155
155
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-event",
3
- "version": "0.0.2-event.21",
3
+ "version": "0.0.2-event.22",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -49,7 +49,7 @@
49
49
  "react": "^16.12.0 || ^17.0.0",
50
50
  "yorkie": "^2.0.0"
51
51
  },
52
- "gitHead": "9388df08ef2c7a39e903a6c07d88bbd6fb1ad073",
52
+ "gitHead": "15840a6c88bf8de655449539fccdcccc29f526fe",
53
53
  "dependencies": {
54
54
  "react-copy-to-clipboard": "^5.1.0",
55
55
  "react-highlight": "^0.15.0"