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
1c952be716
commit
3445ad7d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ const getIconScript = (servePath: string) => {
|
|||
const isBuiltInIcon = ["ant", "material"].includes(window.siyuan.config.appearance.icon);
|
||||
const html = isBuiltInIcon ? "" : `<script src="${servePath}appearance/icons/material/icon.js?v=${Constants.SIYUAN_VERSION}"></script>`;
|
||||
return html + `<script src="${servePath}appearance/icons/${window.siyuan.config.appearance.icon}/icon.js?v=${Constants.SIYUAN_VERSION}"></script>`;
|
||||
}
|
||||
};
|
||||
|
||||
export const saveExport = (option: IExportOptions) => {
|
||||
/// #if BROWSER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue