SanHQin 8 ماه پیش
والد
کامیت
daaecedb52
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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";
           if (_allText.split("```").length % 2 == 0) _mdText += "\n```\n";
           this.aiText = _mdText;
           this.aiText = _mdText;
           this.showTextIndex = 0;
           this.showTextIndex = 0;
-          if (/[,。:]/.test(_talkText)) {
+          if (/[,。:;?!)]/.test(_talkText)) {
             let _resultText = this.removeMarkdown(_talkText);
             let _resultText = this.removeMarkdown(_talkText);
             this.talkTextList.push(_resultText);
             this.talkTextList.push(_resultText);
             _talkText = "";
             _talkText = "";