修复进度条的问题

This commit is contained in:
unanmed 2023-02-26 12:38:06 +08:00
parent 471f455e8b
commit 18d5a22468
2 changed files with 1 additions and 1 deletions

View File

@ -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';

View File

@ -614,6 +614,7 @@ core.prototype._init_plugins = function () {
}
core._forwardFunc('plugin');
if (!main.replayChecking) main.forward();
};
core.prototype._forwardFuncs = function () {