diff --git a/index.html b/index.html index 9eb821bc..4aa940c0 100644 --- a/index.html +++ b/index.html @@ -36,6 +36,8 @@ startImageDiv.addEventListener("animationend", onAnimationEnd); startImageLogo.classList.add("startImageAnimation"); startImageDiv.classList.add("startImageDivAnimation"); + // 注释下面这句话以禁止单击立刻跳过开场动画 + startImageBackgroundDiv.onclick = onAnimationEnd; } startImageLogo.onerror = function () {} startImageLogo.src = "logo.png"; diff --git a/logo.png b/logo.png index e1607d65..96da1025 100644 Binary files a/logo.png and b/logo.png differ