From 9dd1b39dcb96518d47500c3f6e6afc9fcf55361b Mon Sep 17 00:00:00 2001 From: yajunlu Date: Wed, 8 Dec 2021 10:54:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dicParam.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/pubUtils/dicParam.ts b/shared/pubUtils/dicParam.ts index bfef69780..ac149a911 100644 --- a/shared/pubUtils/dicParam.ts +++ b/shared/pubUtils/dicParam.ts @@ -244,6 +244,6 @@ export const IS_SQ = { IS_OPEN: 1, // 0关,1开(37SDK) }; export const BATTLE_SPEED = { - BATTLE_SPEED_DOUBLE: '2&105', // 2倍速开启时间 - BATTLE_SPEED_TRIPLE: '3&201', // 3倍速开启时间 + BATTLE_SPEED_DOUBLE: '2&104', // 2倍速开启时间 + BATTLE_SPEED_TRIPLE: '3&200', // 3倍速开启时间 };