Update web content to release v1.6.17 (#6337)

* Update web content to release v1.6.17

* Remove js maps
This commit is contained in:
Chenlei Hu
2025-01-03 16:22:08 -05:00
committed by GitHub
parent 45671cda0b
commit caa6476a69
21 changed files with 119 additions and 82 deletions

23
web/assets/BaseViewTemplate-CsEJhGbv.js generated vendored Normal file
View File

@@ -0,0 +1,23 @@
import { d as defineComponent, o as openBlock, f as createElementBlock, J as renderSlot, T as normalizeClass } from "./index-C4Fk50Nx.js";
const _sfc_main = /* @__PURE__ */ defineComponent({
__name: "BaseViewTemplate",
props: {
dark: { type: Boolean, default: false }
},
setup(__props) {
const props = __props;
return (_ctx, _cache) => {
return openBlock(), createElementBlock("div", {
class: normalizeClass(["font-sans w-screen h-screen flex items-center justify-center pointer-events-auto overflow-auto", [
props.dark ? "text-neutral-300 bg-neutral-900 dark-theme" : "text-neutral-900 bg-neutral-300"
]])
}, [
renderSlot(_ctx.$slots, "default")
], 2);
};
}
});
export {
_sfc_main as _
};
//# sourceMappingURL=BaseViewTemplate-CsEJhGbv.js.map