mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-07 08:42:49 +08:00
🚸 调整hint
This commit is contained in:
@@ -400,7 +400,7 @@ async function confirmDelCache(): Promise<void> {
|
||||
}
|
||||
await showLoading.end();
|
||||
await TGLogger.Info("[Config][confirmDelCache] 缓存清除完成");
|
||||
showSnackbar.success("缓存已清除!即将退出应用!");
|
||||
showSnackbar.success("缓存已清除!即将重启...");
|
||||
await new Promise<void>((resolve) => setTimeout(resolve, 1500));
|
||||
await relaunch();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user