From 8599abdf7d29ef22a67fd0fb91db13feab197e61 Mon Sep 17 00:00:00 2001 From: hehh Date: Mon, 24 Nov 2025 02:50:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(i18n):=20=E6=9B=B4=E6=96=B0=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=98=BE=E7=A4=BA=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将"在线"状态文本更改为"活跃" - 保持其他国际化键值不变 - 确保UI显示一致性 --- js/about.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/about.js b/js/about.js index 88ac6bc..432771e 100644 --- a/js/about.js +++ b/js/about.js @@ -69,7 +69,7 @@ class I18nManager { "nav.home": "首页", "nav.about": "关于", "nav.blog": "博客", - "status.online": "在线", + "status.online": "活跃", "profile.name": "Honesty", "profile.role": "Java后端 & AI探索者", "profile.location": "上海, 中国",