bhd-components 0.11.25 → 0.11.26

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.
@@ -8952,7 +8952,7 @@ var CustomerService = function(props) {
8952
8952
  roomId: roomId,
8953
8953
  sender: "AI",
8954
8954
  recevier: mid,
8955
- message: "Hi,我是智能学习助手,你遇到了什么问题?",
8955
+ message: "Hi,我是智能助手,你遇到了什么问题?",
8956
8956
  extraInfos: questionsList == null ? null : questionsList
8957
8957
  };
8958
8958
  if (pageNumHistory <= 1) {
@@ -8982,7 +8982,7 @@ var CustomerService = function(props) {
8982
8982
  roomId: roomId,
8983
8983
  sender: "AI",
8984
8984
  recevier: mid,
8985
- message: "Hi,我是智能学习助手,你遇到了什么问题?"
8985
+ message: "Hi,我是智能助手,你遇到了什么问题?"
8986
8986
  };
8987
8987
  if (pageNumHistory <= 1) {
8988
8988
  setHistoryMessageList(function(historyMessageList) {