fix theme navigation and improve project scaffolding

This commit is contained in:
2026-07-12 16:26:06 +05:30
parent ee98026cc5
commit b21e298d85
33 changed files with 143 additions and 26 deletions
+1
View File
@@ -65,6 +65,7 @@ export const NAV_RUNTIME = String.raw`
try { if (window.__wrnexusHydrateScopes) window.__wrnexusHydrateScopes(document); } catch (e) {}
try { if (window.__wrnexusHydrateCsrFetches) window.__wrnexusHydrateCsrFetches(document); } catch (e) {}
try { if (window.__wireValidate) window.__wireValidate.init(document); } catch (e) {}
try { if (window.wireTheme) window.wireTheme.bind(document); } catch (e) {}
}
function render(html, url, isPop) {