upload project source code

This commit is contained in:
2026-04-30 18:49:43 +08:00
commit 9b394ba682
2277 changed files with 660945 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
import { _ as __unplugin_components_0 } from "./index.A3_mN65w.js";
import { J as defineComponent, x as onBeforeUnmount, S as openBlock, _ as createElementBlock, $ as createVNode, o as unref, r as ref } from "./.pnpm.BW3P1y8f.js";
import "./element-plus.CkEW9frc.js";
import "./_plugin-vue_export-helper.1tPrXgE0.js";
const _hoisted_1 = { class: "app-container" };
const _sfc_main = /* @__PURE__ */ defineComponent({
...{
name: "Docs",
inheritAttrs: false
},
__name: "index",
setup(__props) {
const url = ref("undefined/docs");
onBeforeUnmount(() => {
window.onresize = null;
});
return (_ctx, _cache) => {
const _component_Frame = __unplugin_components_0;
return openBlock(), createElementBlock("div", _hoisted_1, [
createVNode(_component_Frame, { src: unref(url) }, null, 8, ["src"])
]);
};
}
});
export {
_sfc_main as default
};