SanHQin 8 months ago
parent
commit
daaecedb52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/classRoomHelper/component/levitatedSphere.vue

+ 1 - 1
src/components/classRoomHelper/component/levitatedSphere.vue

@@ -363,7 +363,7 @@ export default {
           if (_allText.split("```").length % 2 == 0) _mdText += "\n```\n";
           this.aiText = _mdText;
           this.showTextIndex = 0;
-          if (/[,。:]/.test(_talkText)) {
+          if (/[,。:;?!)]/.test(_talkText)) {
             let _resultText = this.removeMarkdown(_talkText);
             this.talkTextList.push(_resultText);
             _talkText = "";