From ba6b89a86eaf457ccbc47aa3b29b2bffb2f5f0e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E6=B1=89?= <5725748+qin_and_han_dynasties@user.noreply.gitee.com> Date: Mon, 4 May 2026 20:53:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E5=A4=87=E5=88=97=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E6=9A=B4=E5=87=BB=E7=8E=87=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build_God_Game/src/assets/icons/monster/蛇.svg | 2 +- Build_God_Game/src/views/MonsterListView.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Build_God_Game/src/assets/icons/monster/蛇.svg b/Build_God_Game/src/assets/icons/monster/蛇.svg index d6bcca7..d224651 100644 --- a/Build_God_Game/src/assets/icons/monster/蛇.svg +++ b/Build_God_Game/src/assets/icons/monster/蛇.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/Build_God_Game/src/views/MonsterListView.vue b/Build_God_Game/src/views/MonsterListView.vue index e624e4d..5dd263e 100644 --- a/Build_God_Game/src/views/MonsterListView.vue +++ b/Build_God_Game/src/views/MonsterListView.vue @@ -116,7 +116,7 @@ onMounted(async () => {
暴击 - {{ (monster.criticalRate * 100).toFixed(0) }}% + {{ Number(monster.criticalRate).toFixed(0) }}%