bhd-components 0.7.2 → 0.7.3

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,7 @@ const HistoryFun = (props)=>{
278
278
  }),
279
279
  /*#__PURE__*/ _jsx("span", {
280
280
  onClick: ()=>{
281
- loadSpecifiedData();
281
+ // loadSpecifiedData();
282
282
  onClose();
283
283
  },
284
284
  children: /*#__PURE__*/ _jsx(CustomClose, {})
@@ -270,7 +270,7 @@ const CustomerService = (props)=>{
270
270
  roomId: roomId,
271
271
  sender: "AI",
272
272
  recevier: mid,
273
- message: `Hi!我是有问必答的实训云智能客服,请问您遇到了什么问题?`
273
+ message: `Hi,我是智能学习助手,你遇到了什么问题?`
274
274
  };
275
275
  if (pageNumHistory <= 1) {
276
276
  setHistoryMessageList((historyMessageList)=>{
@@ -283,7 +283,7 @@ var HistoryFun = function(props) {
283
283
  }),
284
284
  /*#__PURE__*/ _jsx("span", {
285
285
  onClick: function() {
286
- loadSpecifiedData();
286
+ // loadSpecifiedData();
287
287
  onClose();
288
288
  },
289
289
  children: /*#__PURE__*/ _jsx(CustomClose, {})
@@ -271,7 +271,7 @@ var CustomerService = function(props) {
271
271
  roomId: roomId,
272
272
  sender: "AI",
273
273
  recevier: mid,
274
- message: "Hi!我是有问必答的实训云智能客服,请问您遇到了什么问题?"
274
+ message: "Hi,我是智能学习助手,你遇到了什么问题?"
275
275
  };
276
276
  if (pageNumHistory <= 1) {
277
277
  setHistoryMessageList(function(historyMessageList) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bhd-components",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "组件功能描述",
5
5
  "files": [
6
6
  "esm",