From df9d4b41d5fa9c66a5241dd7da852b4895be936b Mon Sep 17 00:00:00 2001 From: Argo-Asicotech Date: Sat, 15 Oct 2022 04:31:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=95=B0=E5=AD=97?= =?UTF-8?q?=E5=86=99=E6=B3=95=E5=85=BC=E5=AE=B9=E8=80=81=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor/wwwroot/modules/base/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BootstrapBlazor/wwwroot/modules/base/index.js b/src/BootstrapBlazor/wwwroot/modules/base/index.js index 39eaddbec..d26dabbb3 100644 --- a/src/BootstrapBlazor/wwwroot/modules/base/index.js +++ b/src/BootstrapBlazor/wwwroot/modules/base/index.js @@ -5,7 +5,7 @@ * -------------------------------------------------------------------------- */ -const MAX_UID = 1_000_000 +const MAX_UID = 1000000 const MILLISECONDS_MULTIPLIER = 1000 const TRANSITION_END = 'transitionend' -- Gitee