From 84cbf588e08dc7d0921263e056ea116327365d5b Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Tue, 4 Nov 2025 18:40:12 +0800 Subject: [PATCH] error --- src/component/Common/ErrorBoundary.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/component/Common/ErrorBoundary.tsx b/src/component/Common/ErrorBoundary.tsx index ff8a5dd..f7e9742 100755 --- a/src/component/Common/ErrorBoundary.tsx +++ b/src/component/Common/ErrorBoundary.tsx @@ -8,7 +8,11 @@ function ErrorBoundary() { // Uncaught ReferenceError: path is not defined return (
-

:(

+

:) OHH FUCKING YES!!!

+

LeonPan发生了一些意想不到的错误

+

+ 请反馈到LeonGit Issues +

{t("common:renderError")}

{!!error && (
@@ -23,6 +27,8 @@ function ErrorBoundary() { )}
)} +
+

前端又要忙活了(

); }