From 47ef2d5ea557c5a5e6b8d879a0028c906db82f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Fri, 18 Nov 2022 22:49:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E6=9D=A5=E5=A3=B0=E9=9F=B3=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E6=98=AF3=E4=BD=8D=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 99344aa9..c23e1dbf 100644 --- a/script.js +++ b/script.js @@ -3539,7 +3539,7 @@ function initialize(event) { function playVoiceAwoken() { //点击label才播放语音 if (parseInt(this.getAttribute("data-awoken-icon"), 10) === 63) { const card = Cards[editBox.mid]; - const sndURL = `sound/voice/${currentDataSource.code}/padv${card.voiceId.toString().padStart(2,'0')}.wav`; + const sndURL = `sound/voice/${currentDataSource.code}/padv${card.voiceId.toString().padStart(3,'0')}.wav`; //美韩的王者天下音效不知道怎么变成了普通PCM WAV if (currentDataSource.code != 'ja' && card.voiceId >= 428) { const audio = new Audio(sndURL);