Merge pull request #2 from Powerful-517/develop

v2.0.1 御魂指标选择bug修复
This commit is contained in:
rookie 2025-03-18 17:40:17 +08:00 committed by GitHub
commit f3859fc263
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 1 deletions

View File

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

View File

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