From 6c4c9395f6ca70efc84df96afc2f5fd40ff342e9 Mon Sep 17 00:00:00 2001 From: yajunlu Date: Wed, 8 Dec 2021 10:58:01 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/pubUtils/dicParam.ts b/shared/pubUtils/dicParam.ts index ac149a911..4ba5ace93 100644 --- a/shared/pubUtils/dicParam.ts +++ b/shared/pubUtils/dicParam.ts @@ -245,5 +245,5 @@ export const IS_SQ = { }; export const BATTLE_SPEED = { BATTLE_SPEED_DOUBLE: '2&104', // 2倍速开启时间 - BATTLE_SPEED_TRIPLE: '3&200', // 3倍速开启时间 + BATTLE_SPEED_TRIPLE: '3&128', // 3倍速开启时间 };