From 18d5a2246865ae551afdfaae7ff9b6a8d7c31a97 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Sun, 26 Feb 2023 12:38:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BF=9B=E5=BA=A6=E6=9D=A1?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 - public/libs/core.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c1cd26c..3d05e7f 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,6 @@ startImageLogo.onload = function () { startImageBackgroundDiv.style.display = 'block'; var onAnimationEnd = function () { - console.log(1); if (window.core && core.plugin && core.plugin.startAnimationEnded) { core.plugin.startAnimationEnded.value = true; startImageBackgroundDiv.style.display = 'none'; diff --git a/public/libs/core.js b/public/libs/core.js index d025a18..798d98c 100644 --- a/public/libs/core.js +++ b/public/libs/core.js @@ -614,6 +614,7 @@ core.prototype._init_plugins = function () { } core._forwardFunc('plugin'); + if (!main.replayChecking) main.forward(); }; core.prototype._forwardFuncs = function () {