lh 3 일 전
부모
커밋
63ed0f0f83
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Libs/Helpers.php

+ 1 - 1
app/Libs/Helpers.php

@@ -1727,7 +1727,7 @@ function handleScriptWords($text, $enable_emotion=1) {
                 'role'      => $role,
                 'gender'    => $gender,
                 'text'      => $matches[2],
-                'emotion'   => $enable_emotion ? $matches[3] : '',
+                'emotion'   => $enable_emotion ? $matches[3] : '中性',
             ];
         }
     }