From a6407044ff4eb80eae1161b4a7497313e12ce375 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Sat, 14 Oct 2023 09:49:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Pusher.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Pusher.php b/app/Pusher.php index e0c13b1..2b5cbe9 100644 --- a/app/Pusher.php +++ b/app/Pusher.php @@ -78,7 +78,7 @@ class Pusher // $this->tts( $text . $arr[0]); unset($arr[0]); $tt=''; - $pattern = "/[,.?!;:]/"; + $pattern = "/[。]/"; foreach ($arr as $k => $v) { $tt .= $v; @@ -97,7 +97,7 @@ class Pusher } else { $a=$resp['payload']['choices']['text'][0]['content']; if(strlen($a)>0){ - $pattern = "/[,.?!;:]/"; + $pattern = "/[。]/"; if (preg_match($pattern, $a)) { $resp['payload']['choices']['tts_text'] = $text; } else {