mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 06:32:33 +01:00
This commit is contained in:
parent
3a93650d9d
commit
f3366c05b6
12 changed files with 376 additions and 338 deletions
|
|
@ -13,8 +13,12 @@ export const onMessage = (data: IWebSocketData) => {
|
|||
document.querySelector("#menuSyncNow svg").classList.add("fn__rotate");
|
||||
} else {
|
||||
document.querySelector("#menuSyncNow svg").classList.remove("fn__rotate");
|
||||
|
||||
}
|
||||
}
|
||||
if (data.code !== 0) {
|
||||
document.getElementById("transactionTip").classList.add("fn__none")
|
||||
}
|
||||
break;
|
||||
case "create":
|
||||
case "createdailynote":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue