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() { )}
)} +
+

前端又要忙活了(

); }