From ae9b84601557eaf6cfb1a95ce486a59b285bb705 Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 29 Apr 2022 12:49:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BC=82=E5=B8=B8=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/view/{error.tpl => error.php} | 11 +- config/app.php | 33 ++-- public/static/theme/err/404.html | 21 +++ public/static/theme/err/404/404.png | Bin 0 -> 44176 bytes public/static/theme/err/404/reset.css | 225 ++++++++++++++++++++++++ public/static/theme/err/404/style.css | 45 +++++ public/static/theme/err/500.html | 19 ++ public/static/theme/err/500/style.css | 144 +++++++++++++++ 8 files changed, 480 insertions(+), 18 deletions(-) rename app/admin/view/{error.tpl => error.php} (96%) create mode 100644 public/static/theme/err/404.html create mode 100644 public/static/theme/err/404/404.png create mode 100644 public/static/theme/err/404/reset.css create mode 100644 public/static/theme/err/404/style.css create mode 100644 public/static/theme/err/500.html create mode 100644 public/static/theme/err/500/style.css diff --git a/app/admin/view/error.tpl b/app/admin/view/error.php similarity index 96% rename from app/admin/view/error.tpl rename to app/admin/view/error.php index 43f724108..2ddab1f57 100644 --- a/app/admin/view/error.tpl +++ b/app/admin/view/error.php @@ -9,7 +9,7 @@ if (!function_exists('parse_padding')) { } if (!function_exists('parse_class')) { - function parse_class($name) + function parse_class($name): string { $names = explode('\\', $name); return '' . end($names) . ''; @@ -17,14 +17,14 @@ if (!function_exists('parse_class')) { } if (!function_exists('parse_file')) { - function parse_file($file, $line) + function parse_file($file, $line): string { return '' . basename($file) . " line {$line}" . ''; } } if (!function_exists('parse_args')) { - function parse_args($args) + function parse_args($args): string { $result = []; foreach ($args as $key => $item) { @@ -386,7 +386,9 @@ if (!function_exists('echo_value')) {
-
    $value) { ?>
  1. ">
+
+
  1. ">
+
@@ -468,7 +470,6 @@ if (!function_exists('echo_value')) {