Merge pull request #2 from Powerful-517/develop

v2.0.1 御魂指标选择bug修复
pull/4/head
rookie 3 weeks ago committed by GitHub
commit f3859fc263
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      src/components/ShikigamiProperty.vue
  2. 7
      src/data/updateLog.json

@ -207,6 +207,14 @@ watch(() => shikigami.value.skillRequiredMode, (newVal) => {
watch(() => yuhunTarget.value, (newVal) => {
switch (newVal) {
//<el-option label="" value="1"/>
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;
}
//<el-option label="" value="1"/>
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"],

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

Loading…
Cancel
Save