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.
@@ -782,7 +782,7 @@ const CustomerService = (props)=>{
782
782
  roomId: roomId,
783
783
  sender: "AI",
784
784
  recevier: mid,
785
- message: `Hi,我是智能学习助手,你遇到了什么问题?`,
785
+ message: `Hi,我是智能助手,你遇到了什么问题?`,
786
786
  extraInfos: questionsList == null ? null : questionsList
787
787
  };
788
788
  if (pageNumHistory <= 1) {
@@ -810,7 +810,7 @@ const CustomerService = (props)=>{
810
810
  roomId: roomId,
811
811
  sender: "AI",
812
812
  recevier: mid,
813
- message: `Hi,我是智能学习助手,你遇到了什么问题?`
813
+ message: `Hi,我是智能助手,你遇到了什么问题?`
814
814
  };
815
815
  if (pageNumHistory <= 1) {
816
816
  setHistoryMessageList((historyMessageList)=>{
@@ -795,7 +795,7 @@ var CustomerService = function(props) {
795
795
  roomId: roomId,
796
796
  sender: "AI",
797
797
  recevier: mid,
798
- message: "Hi,我是智能学习助手,你遇到了什么问题?",
798
+ message: "Hi,我是智能助手,你遇到了什么问题?",
799
799
  extraInfos: questionsList == null ? null : questionsList
800
800
  };
801
801
  if (pageNumHistory <= 1) {
@@ -825,7 +825,7 @@ var CustomerService = function(props) {
825
825
  roomId: roomId,
826
826
  sender: "AI",
827
827
  recevier: mid,
828
- message: "Hi,我是智能学习助手,你遇到了什么问题?"
828
+ message: "Hi,我是智能助手,你遇到了什么问题?"
829
829
  };
830
830
  if (pageNumHistory <= 1) {
831
831
  setHistoryMessageList(function(historyMessageList) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bhd-components",
3
- "version": "0.11.25",
3
+ "version": "0.11.26",
4
4
  "description": "组件功能描述",
5
5
  "config": {
6
6
  "commitizen": {