bhd-components 0.10.40 → 0.10.41

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.
@@ -11436,7 +11436,7 @@ var CustomerService = function(props) {
11436
11436
  if (!item.extraInfo && item.sender == "AI") {
11437
11437
  aiSendQuestions(1, {
11438
11438
  roomId: roomId,
11439
- message: "\x03\x03\x03你给出的答案我非常满意,赞!\x03\x03\x03",
11439
+ message: " 你给出的答案我非常满意,赞! \\",
11440
11440
  quotedMessage: "",
11441
11441
  regenerate: false,
11442
11442
  generateUpvoteOrDownvoteMessage: true
@@ -11459,7 +11459,7 @@ var CustomerService = function(props) {
11459
11459
  if (!item.extraInfo && item.sender == "AI") {
11460
11460
  aiSendQuestions(1, {
11461
11461
  roomId: roomId,
11462
- message: "\x03\x03\x03你给出的答案很糟糕,我不满意,踩!\x03\x03\x03",
11462
+ message: " 你给出的答案很糟糕,我不满意,踩! \\",
11463
11463
  quotedMessage: "",
11464
11464
  regenerate: false,
11465
11465
  generateUpvoteOrDownvoteMessage: true
@@ -11643,7 +11643,7 @@ var CustomerService = function(props) {
11643
11643
  if (!item.extraInfo && item.sender == "AI") {
11644
11644
  aiSendQuestions(1, {
11645
11645
  roomId: roomId,
11646
- message: "\x03\x03\x03你给出的答案我非常满意,赞!\x03\x03\x03",
11646
+ message: " 你给出的答案我非常满意,赞! \\",
11647
11647
  quotedMessage: "",
11648
11648
  regenerate: false,
11649
11649
  generateUpvoteOrDownvoteMessage: true
@@ -11670,7 +11670,7 @@ var CustomerService = function(props) {
11670
11670
  //AI回答
11671
11671
  aiSendQuestions(1, {
11672
11672
  roomId: roomId,
11673
- message: "\x03\x03\x03你给出的答案很糟糕,我不满意,踩!\x03\x03\x03",
11673
+ message: " 你给出的答案很糟糕,我不满意,踩! \\",
11674
11674
  quotedMessage: "",
11675
11675
  regenerate: false,
11676
11676
  generateUpvoteOrDownvoteMessage: true