mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 06:30:14 +01:00
🎨 Clean code
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
eb8c5d1dc1
commit
1efa220103
2 changed files with 2 additions and 3 deletions
|
|
@ -1,9 +1,8 @@
|
|||
import {appearance} from "./appearance";
|
||||
import {showMessage} from "../dialog/message";
|
||||
import {fetchPost} from "../util/fetch";
|
||||
import {confirmDialog} from "../dialog/confirmDialog";
|
||||
import {highlightRender} from "../protyle/render/highlightRender";
|
||||
import {exportLayout, saveLayout} from "../layout/util";
|
||||
import {saveLayout} from "../layout/util";
|
||||
import {Constants} from "../constants";
|
||||
/// #if !BROWSER
|
||||
import * as path from "path";
|
||||
|
|
|
|||
|
|
@ -37,4 +37,4 @@ export const updateAppearance = async (data:IAppearance) => {
|
|||
}
|
||||
}
|
||||
appearance.onSetAppearance(data);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue