From 931c9a5ddaacac60a7d867fb6a0a3592e005a590 Mon Sep 17 00:00:00 2001 From: shijian <2954700422@qq.com> Date: Thu, 28 Dec 2023 01:06:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0core.js=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game/game.js | 1 + 1 file changed, 1 insertion(+) diff --git a/game/game.js b/game/game.js index 76596539d..2b8ff9543 100644 --- a/game/game.js +++ b/game/game.js @@ -1,5 +1,6 @@ "use strict"; new Promise(resolve => { + // 客户端自带core.js的请注意跟进 if ('__core-js_shared__' in window) resolve(null); else { const nonameInitialized = localStorage.getItem('noname_inited');