lh 3 days ago
parent
commit
63ed0f0f83
1 changed files with 1 additions and 1 deletions
  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] : '中性',
             ];
         }
     }