From 3c2ba3f2796db8b827fe2b951b609c18280f5c12 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Sun, 23 Feb 2020 13:39:11 +0800 Subject: [PATCH] Update common.php --- function/common.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/function/common.php b/function/common.php index f2aa455..0c7d6f9 100644 --- a/function/common.php +++ b/function/common.php @@ -305,7 +305,16 @@ function get_timezone($timezone = '8') function message($message, $title = 'Message', $statusCode = 200) { - return output('
' . $message . '
', $statusCode); + return output(' + + + ++' . $message . ' +
+ +', $statusCode); } function needUpdate()