🐛 修复未确认便弹出选择窗口

This commit is contained in:
目棃
2024-07-28 17:01:47 +08:00
parent b502cf4025
commit ea3a88ecb4

View File

@@ -399,7 +399,7 @@ async function exportUigf(): Promise<void> {
}); });
return; return;
} }
const res = showConfirm({ const res = await showConfirm({
title: "是否导出祈愿数据?", title: "是否导出祈愿数据?",
text: `UID${uidCur.value},共 ${gachaList.length} 条数据`, text: `UID${uidCur.value},共 ${gachaList.length} 条数据`,
}); });