mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +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 {showMessage} from "../dialog/message";
|
||||||
import {fetchPost} from "../util/fetch";
|
import {fetchPost} from "../util/fetch";
|
||||||
import {confirmDialog} from "../dialog/confirmDialog";
|
import {confirmDialog} from "../dialog/confirmDialog";
|
||||||
import {highlightRender} from "../protyle/render/highlightRender";
|
import {highlightRender} from "../protyle/render/highlightRender";
|
||||||
import {exportLayout, saveLayout} from "../layout/util";
|
import {saveLayout} from "../layout/util";
|
||||||
import {Constants} from "../constants";
|
import {Constants} from "../constants";
|
||||||
/// #if !BROWSER
|
/// #if !BROWSER
|
||||||
import * as path from "path";
|
import * as path from "path";
|
||||||
|
|
|
||||||
|
|
@ -37,4 +37,4 @@ export const updateAppearance = async (data:IAppearance) => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
appearance.onSetAppearance(data);
|
appearance.onSetAppearance(data);
|
||||||
}
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue