From 94aaf83107948c5956a45714d259f42d6399db7b Mon Sep 17 00:00:00 2001 From: PKC278 <52959804+PKC278@users.noreply.github.com> Date: Sat, 3 Jan 2026 22:36:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(index):=20=E7=A7=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.html b/index.html index b343341c..f05a5787 100644 --- a/index.html +++ b/index.html @@ -324,8 +324,6 @@ msg = messages['zh-TW']; } else if (lang.startsWith('en')) { msg = messages['en-US']; - } else if (lang.startsWith('zh')) { - msg = messages['zh-CN']; } const textNode = document.createTextNode(msg.text + ' ');