diff --git a/WebNews/index.html b/WebNews/index.html index d0ef914..35f4c30 100644 --- a/WebNews/index.html +++ b/WebNews/index.html @@ -60,7 +60,10 @@ const newszyLis = [ { text: "新闻示例1" }, { text: "新闻示例2" }, - // ...更多新闻项 + { text: "新闻示例3" }, + { text: "新闻示例4" }, + { text: "新闻示例5" }, + { text: "新闻示例6" }, ]; const liContent = document.querySelector('.newszy ul');