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,44 @@
import { S as ElResult, h as ElButton } from "./element-plus.CkEW9frc.js";
import { J as defineComponent, e9 as useI18n, T as createBlock, a0 as withCtx, o as unref, S as openBlock, $ as createVNode, a9 as createTextVNode, aa as toDisplayString, a1 as createBaseVNode, dY as useRouter } from "./.pnpm.BW3P1y8f.js";
const _imports_0 = "/web/img/500.BGu8fdSB.svg";
const _sfc_main = /* @__PURE__ */ defineComponent({
...{ name: "Page500" },
__name: "500",
setup(__props) {
const router = useRouter();
const back = () => router.push("/");
const t = useI18n().t;
return (_ctx, _cache) => {
const _component_el_button = ElButton;
const _component_el_result = ElResult;
return openBlock(), createBlock(_component_el_result, {
title: unref(t)("error.networkError"),
"sub-title": "请确认您的网络是否正常,或者点击下方按钮返回首页。"
}, {
icon: withCtx(() => [..._cache[0] || (_cache[0] = [
createBaseVNode("img", {
class: "min-w-[23.4375rem] sm:w-120",
src: _imports_0,
alt: "500"
}, null, -1)
])]),
extra: withCtx(() => [
createVNode(_component_el_button, {
round: "",
type: "primary",
onClick: back
}, {
default: withCtx(() => [
createTextVNode(toDisplayString(unref(t)("error.returnToHome")), 1)
]),
_: 1
})
]),
_: 1
}, 8, ["title"]);
};
}
});
export {
_sfc_main as default
};