feat 优先级规则支持动态调整

This commit is contained in:
jxxghp
2023-09-27 09:42:28 +08:00
parent 6e0ceb093c
commit d377ced6b6
4 changed files with 120 additions and 1 deletions
@@ -226,6 +226,7 @@ async function retransferBatch() {
// 清空当前操作记录
currentHistory.value = undefined
// 打开识别弹窗
redoType.value = ''
redoDialog.value = true
}