This commit is contained in:
Vanessa 2022-07-14 21:56:51 +08:00
parent 065d522c6d
commit 2ee49109e8

View file

@ -320,7 +320,8 @@ export const bazaar = {
if (window.siyuan.config.appearance.themeJS) { if (window.siyuan.config.appearance.themeJS) {
exportLayout(true); exportLayout(true);
} else { } else {
loadAssets(window.siyuan.config.appearance); const linkElement = (document.getElementById("themeDefaultStyle") as HTMLLinkElement);
linkElement.href = linkElement.href + "1";
} }
} }
}); });