mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
This commit is contained in:
parent
31e1798ff2
commit
01205215eb
3 changed files with 14 additions and 0 deletions
|
|
@ -66,6 +66,9 @@ export class App {
|
|||
window.siyuan.config.editor.readOnly = data.data;
|
||||
hideAllElements(["util"]);
|
||||
break;
|
||||
case "setConf":
|
||||
window.siyuan.config = data.data;
|
||||
break;
|
||||
case "progress":
|
||||
progressLoading(data);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue