林旭祥 hace 1 mes
padre
commit
4e59403c1c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/set/index.vue

+ 2 - 2
src/views/set/index.vue

@@ -152,7 +152,7 @@ const getTTS = () => {
     ttsState.value = false;
     let speech = new Speech();
     if (!speech.hasBrowserSupport()) {
-      proxy?.$modal.msgWarning(`不支持TTS,建议切换百度TTS`);
+      proxy?.$modal.msgWarning(`不支持系统TTS,建议切换百度TTS`);
     } else {
       proxy?.$modal.msgSuccess('已设为系统TTS');
     }
@@ -198,7 +198,7 @@ const getText = (type: any) => {
           });
         });
     } else {
-      proxy?.$modal.msgWarning(`不支持TTS`);
+      proxy?.$modal.msgWarning(`不支持系统TTS`);
     }
   }
   if (type == 2) {