From 3a2b43d584250a225bd7e128c1c2e1e6ec5c4811 Mon Sep 17 00:00:00 2001 From: wood chen Date: Mon, 10 Mar 2025 16:23:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E8=AF=A6=E7=BB=86=E4=BF=A1=E6=81=AF=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E5=BC=80=E5=85=B3=E5=92=8C=E6=9B=B4=E5=A4=9A=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E4=BF=A1=E6=81=AF=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 + src/components/ServerCard.tsx | 93 ++++++++++++++++++++++++++++- src/components/ServerCardInline.tsx | 79 +++++++++++++++++++++++- src/locales/zh-CN/translation.json | 7 ++- 4 files changed, 179 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 110da85..c635c2d 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,9 @@ } catch (e) { document.documentElement.classList.add("light") } + + // 全局配置变量 + window.ShowServerDetails = true; // 是否显示服务器详细信息