lh hai 3 días
pai
achega
63ed0f0f83
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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] : '中性',
             ];
         }
     }