version: 2.3.1

This commit is contained in:
pycook
2023-08-19 12:43:55 +08:00
parent 836892d909
commit 3071983d6b
9 changed files with 14 additions and 16 deletions

View File

@@ -287,7 +287,7 @@ export default {
item.description += str
} else {
const str = ` ${key} : ${oldVal} 改为 ${newVal} `
item.description += ` ${key} : ${oldVal} 改为 ${newVal} `
item.description += str
}
}
}

View File

@@ -238,7 +238,7 @@ export default {
item.changeDescription += str
} else {
const str = ` ${key} : ${oldVal} 改为 ${newVal} `
item.changeDescription += ` ${key} : ${oldVal} 改为 ${newVal} `
item.changeDescription += str
}
}
}

View File

@@ -286,7 +286,7 @@ export default {
item.changeDescription += str
} else {
const str = ` ${key} : ${oldVal} 改为 ${newVal} `
item.changeDescription += ` ${key} : ${oldVal} 改为 ${newVal} `
item.changeDescription += str
}
}
}