|
@@ -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) {
|