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