Changeset 0.28.3.1 (#188)

This commit is contained in:
2026-03-14 14:43:55 +00:00
parent f68a58b073
commit 205a770c74
46 changed files with 720 additions and 406 deletions

View File

@@ -347,6 +347,6 @@ async function _api(method, path, body) {
}
// ── Exports ─────────────────────────────────
window.Pages = Pages;
window._val = _val; // used by pages-splash.js
sb.ns('Pages', Pages);
sb.register('_val', _val); // used by pages-splash.js
})();