This commit is contained in:
Vanessa 2022-06-06 21:18:25 +08:00
parent bbfc638546
commit fad08e85e6

View file

@ -14,7 +14,7 @@ import {initAssets, loadAssets} from "../util/assets";
import {openMobileFileById} from "./editor";
import {promiseTransactions} from "../protyle/wysiwyg/transaction";
import {bootSync} from "../dialog/processSystem";
import {initMessage, showMessage} from "../dialog/message";
import {initMessage} from "../dialog/message";
class App {
constructor() {
@ -60,8 +60,6 @@ class App {
window.JSAndroid.changeStatusBarColor(getComputedStyle(document.body).getPropertyValue("--b3-theme-background"), window.siyuan.config.appearance.mode);
}
initMessage();
showMessage("ww", 0, "error");
showMessage("dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd", 0)
});
});
if (navigator.userAgent.indexOf("iPhone") > -1) {