mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-19 10:23:21 +08:00
♻️ 对于部分点击外部事件进行特殊处理
This commit is contained in:
@@ -383,7 +383,7 @@ async function deleteGacha(): Promise<void> {
|
||||
return;
|
||||
}
|
||||
const uidList = await TGSqlite.getUidList();
|
||||
let secondConfirm: string | boolean = "";
|
||||
let secondConfirm: string | boolean | undefined;
|
||||
if (uidList.length <= 1) {
|
||||
secondConfirm = await showConfirm({
|
||||
title: "删除后数据库将为空,确定删除?",
|
||||
|
||||
Reference in New Issue
Block a user