From 5d9f0c8aff80cf5112e4c718f3311fd5f615f0eb Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 8 May 2026 19:37:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=B0=E5=9B=BE=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E6=98=BE=E7=A4=BA=EF=BC=9A=E6=95=B0=E6=8D=AE=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E5=92=8C=20nameMap=20=E9=83=BD=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E5=8C=B9=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/admin/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/admin/index.vue b/frontend/src/pages/admin/index.vue index 0147636..aaa401d 100644 --- a/frontend/src/pages/admin/index.vue +++ b/frontend/src/pages/admin/index.vue @@ -537,7 +537,7 @@ function updateMapOption() { b = Math.round(253 + (235 - 253) * ratio) } return { - name: d.name, + name: worldNameMap[d.name] || d.name, value: d.count, count: d.count, online: d.online || 0, @@ -591,6 +591,7 @@ function updateMapOption() { map: 'world', roam: true, zoom: 1.2, + nameMap: worldNameMap, label: { show: false, },