mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
💄 msg
This commit is contained in:
parent
ccca1b01dd
commit
4e56d2120a
2 changed files with 7 additions and 5 deletions
|
|
@ -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)
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue