|
@@ -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 = "";
|