2 次代碼提交 0aa463ab65 ... 4ff209c0e4

作者 SHA1 備註 提交日期
  lxh 4ff209c0e4 Merge branch 'master' of http://182.92.126.35:3000/hrx/mky-vent-base 1 月之前
  lxh 936e7b5a04 语音播报-修改更新 1 月之前
共有 1 個文件被更改,包括 1 次插入1 次删除
  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';