Update frontend to v1.8.12 (#6662)

Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com>
This commit is contained in:
Comfy Org PR Bot
2025-02-01 03:07:37 +09:00
committed by GitHub
parent 541dc08547
commit 669e0497ea
33 changed files with 59571 additions and 25365 deletions

22
web/assets/DesktopStartView-DTiwKLp6.js generated vendored Normal file
View File

@@ -0,0 +1,22 @@
import { d as defineComponent, o as openBlock, y as createBlock, z as withCtx, m as createBaseVNode, k as createVNode, j as unref, bz as script } from "./index-CmVtQCAR.js";
import { _ as _sfc_main$1 } from "./BaseViewTemplate-Cof5Ihf_.js";
const _hoisted_1 = { class: "max-w-screen-sm w-screen p-8" };
const _sfc_main = /* @__PURE__ */ defineComponent({
__name: "DesktopStartView",
setup(__props) {
return (_ctx, _cache) => {
return openBlock(), createBlock(_sfc_main$1, { dark: "" }, {
default: withCtx(() => [
createBaseVNode("div", _hoisted_1, [
createVNode(unref(script), { mode: "indeterminate" })
])
]),
_: 1
});
};
}
});
export {
_sfc_main as default
};
//# sourceMappingURL=DesktopStartView-DTiwKLp6.js.map