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, },