2 Achegas 0aa463ab65 ... 4ff209c0e4

Autor SHA1 Mensaxe Data
  lxh 4ff209c0e4 Merge branch 'master' of http://182.92.126.35:3000/hrx/mky-vent-base hai 1 mes
  lxh 936e7b5a04 语音播报-修改更新 hai 1 mes
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/layouts/default/header/components/notify/speakVoice.ts

+ 1 - 1
src/layouts/default/header/components/notify/speakVoice.ts

@@ -13,7 +13,7 @@ export default class SpeakVoice {
   // 初始化
   initVoice() {
     this.instance.volume = 1; // 声音音量:1,范围从0到1
-    this.instance.rate = 3; // 设置语速:1,范围从0到100
+    this.instance.rate = 1; // 设置语速:1,范围从0到100
     this.instance.lang = 'zh-CN'; // 使用的语言:中文
     this.instance.pitch = 1; // 表示说话的音高,数值,范围从0(最小)到2(最大)。默认值为1
     this.instance.voiceURI = 'Ting-Ting';