mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🐛 修复未确认便弹出选择窗口
This commit is contained in:
@@ -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} 条数据`,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user