mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 14:28:49 +01:00
This commit is contained in:
parent
bbfc638546
commit
fad08e85e6
1 changed files with 1 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue