From 7b02968cb02fc920d66e8fcbc7a712eec64ac690 Mon Sep 17 00:00:00 2001 From: strawberry <2806566736@.qq.com> Date: Mon, 22 Sep 2025 14:24:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D.load=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/plugins.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/project/plugins.js b/project/plugins.js index 3dfd19b..28736a8 100644 --- a/project/plugins.js +++ b/project/plugins.js @@ -277,9 +277,10 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = core.ele = [] core.ele.push(a)*/ - if (!main.replayChecking && !core.isReplaying()) + core.startUpdate() - Promise.all([document.fonts.load("24px STHUPO"), document.fonts.load("16px cjk")]).then(core.startUpdate) + if (main.replayChecking){ + Promise.all([document.fonts.load("24px STHUPO"), document.fonts.load("16px cjk")]).then(core.startUpdate)} }; class JsonCrypto { static async generateKeyFromPassword(password, salt) {