Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2026-03-06 20:23:40 +08:00
commit 7831dccd7e
15 changed files with 202 additions and 158 deletions

View file

@ -192,7 +192,7 @@ export class App {
openFileById({app: this, id: data.data.id, action: [Constants.CB_GET_FOCUS]});
break;
case "exit":
if (isBrowser()) {
if (isBrowser() && !isInMobileApp()) {
window.location.href = "about:blank";
}
}