mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
This commit is contained in:
parent
29117c764d
commit
1fb88f82ab
7 changed files with 83 additions and 53 deletions
|
|
@ -144,6 +144,10 @@ export const transactionError = (data: { code: number, data: string }) => {
|
|||
});
|
||||
};
|
||||
|
||||
export const progressStatus = (data: IWebSocketData) => {
|
||||
document.getElementById("statusMsg").innerHTML = data.data;
|
||||
};
|
||||
|
||||
export const progressLoading = (data: IWebSocketData) => {
|
||||
let progressElement = document.getElementById("progress");
|
||||
if (!progressElement) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue