🐛 修复外部唤起失效

This commit is contained in:
目棃
2024-02-02 17:29:27 +08:00
parent 8f8056622c
commit 7120745211
2 changed files with 9 additions and 6 deletions

View File

@@ -172,7 +172,7 @@ async function switchHideFin() {
});
if (!res) {
showSnackbar({
color: "warn",
color: "cancel",
text: "已取消切换",
});
return;