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

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