From 70e18672b9554db199907b2de263fece1be6d936 Mon Sep 17 00:00:00 2001 From: AviderMin Date: Wed, 30 Oct 2024 16:21:59 +0800 Subject: [PATCH] optimize --- WebNews/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebNews/index.html b/WebNews/index.html index 9d76673..6bf1535 100644 --- a/WebNews/index.html +++ b/WebNews/index.html @@ -57,7 +57,7 @@ const dotsContainer = document.querySelector('.dots-container'); let currentIndex = 0; - const newszyLis = [ + let newszyLis = [ { text: "新闻示例1" }, { text: "新闻示例2" }, { text: "新闻示例3" },