This commit is contained in:
zyronon
2024-06-13 00:56:32 +08:00
parent ab66878104
commit 350d807bd0
2 changed files with 864 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ function change(e) {
e.dict.sort = Sort.normal
store.changeWordDict(getDefaultDict(e.dict))
ElMessage.success('切换成功')
back()
}
</script>