From 1c155db9e16de2ba58fb6a48b3289b280578b2d7 Mon Sep 17 00:00:00 2001 From: AviderMin Date: Wed, 30 Oct 2024 16:21:30 +0800 Subject: [PATCH] optimize --- WebNews/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/WebNews/index.html b/WebNews/index.html index 35f4c30..9d76673 100644 --- a/WebNews/index.html +++ b/WebNews/index.html @@ -72,7 +72,6 @@ li.textContent = item.text; liContent.appendChild(li); }); - });