From 58f15c2119ea88e1b8e38100bfc7ab979b822952 Mon Sep 17 00:00:00 2001 From: rookie4show Date: Tue, 18 Mar 2025 17:37:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=A1=E9=AD=82=E6=8C=87=E6=A0=87=E9=80=89?= =?UTF-8?q?=E6=8B=A9bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ShikigamiProperty.vue | 10 +++++++++- src/data/updateLog.json | 7 +++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/components/ShikigamiProperty.vue b/src/components/ShikigamiProperty.vue index 7b30a20..03a93f6 100644 --- a/src/components/ShikigamiProperty.vue +++ b/src/components/ShikigamiProperty.vue @@ -207,6 +207,14 @@ watch(() => shikigami.value.skillRequiredMode, (newVal) => { watch(() => yuhunTarget.value, (newVal) => { switch (newVal) { // + case "0": { + shikigami.value.yuhun.target = 0 + shikigami.value.yuhun.property2 = ["Attack", "Defense", "Health", "Speed"];; + shikigami.value.yuhun.property4 = ["Attack", "Defense", "Health", "ControlHit", "ControlMiss"]; + shikigami.value.yuhun.property6 = ["Attack", "Defense", "Health", "Crit", "CritDamage"]; + break; + } + // case "1": { shikigami.value.yuhun.target = 1 shikigami.value.yuhun.property2 = ["Attack"]; @@ -350,7 +358,7 @@ const resetData = () => { edit: false, yuhun: { yuhunSetEffect: [], - target: "0", + target: "1", property2: ["Attack"], property4: ["Attack"], property6: ["Crit", "CritDamage"], diff --git a/src/data/updateLog.json b/src/data/updateLog.json index ef78e93..182b4e3 100644 --- a/src/data/updateLog.json +++ b/src/data/updateLog.json @@ -1,4 +1,11 @@ [ + { + "version": "2.0.1", + "date": "2025-03-18", + "changes": [ + "修复任意属性无法正确关联2,4,6御魂主属性的bug" + ] + }, { "version": "2.0.0", "date": "2025-03-18",