This commit is contained in:
Vanessa 2022-06-05 22:08:13 +08:00
parent ccca1b01dd
commit 4e56d2120a
2 changed files with 7 additions and 5 deletions

View file

@ -13,7 +13,7 @@ import {repos} from "./config/repos";
import {openFileById} from "./editor/util";
import {bootSync, downloadProgress, progressLoading, setTitle, transactionError} from "./dialog/processSystem";
import {promiseTransactions} from "./protyle/wysiwyg/transaction";
import {initMessage} from "./dialog/message";
import {initMessage, showMessage} from "./dialog/message";
class App {
constructor() {
@ -89,6 +89,8 @@ class App {
}
setTitle(window.siyuan.languages.siyuanNote);
initMessage();
showMessage("dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd", 0, "error");
showMessage("dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd", 2000)
});
});
});