diff --git a/app/src/config/bazaar.ts b/app/src/config/bazaar.ts index 175ad183b..26411c452 100644 --- a/app/src/config/bazaar.ts +++ b/app/src/config/bazaar.ts @@ -320,7 +320,8 @@ export const bazaar = { if (window.siyuan.config.appearance.themeJS) { exportLayout(true); } else { - loadAssets(window.siyuan.config.appearance); + const linkElement = (document.getElementById("themeDefaultStyle") as HTMLLinkElement); + linkElement.href = linkElement.href + "1"; } } });