From b790c6039d05953ffd86bfffa8a1899450114cb7 Mon Sep 17 00:00:00 2001 From: luying Date: Fri, 16 Jun 2023 10:37:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E5=BD=95=E5=83=8F):=20?= =?UTF-8?q?=E6=B8=A0=E9=81=93=E7=9A=84=E5=BD=95=E5=83=8F=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/battleUtils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/pubUtils/battleUtils.ts b/shared/pubUtils/battleUtils.ts index 43d005385..3775fdeb8 100644 --- a/shared/pubUtils/battleUtils.ts +++ b/shared/pubUtils/battleUtils.ts @@ -29,6 +29,7 @@ function getPrefixByEnv(env: string) { case 'sq9': return CDN_URL_PREFIX_SQ; case 'zy1': + case 'ch1': return CDN_URL_PREFIX_YJZ; default: }