From 54622def4f5e221956abb3997903a0264eff3989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E4=BB=A3=E7=B6=BA=E5=87=9B?= Date: Thu, 1 Aug 2024 10:56:37 +0800 Subject: [PATCH] feat: allow select riic building name and skill name --- src/components/riic/SkillTr.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/riic/SkillTr.vue b/src/components/riic/SkillTr.vue index ddd64b99..46cba72f 100644 --- a/src/components/riic/SkillTr.vue +++ b/src/components/riic/SkillTr.vue @@ -15,11 +15,11 @@ {{ $t(`riic.table.unlock.${skill.unlock}`) }} - {{ + {{ $t(`building.name.${getInfoById(skill.id).building}`) }} - {{ + {{ $t(`building.buff.name.${skill.id}`) }}