From e80dd92d810312b37361e5bebbf54afc8c728582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=E7=9A=84=E5=90=8D=E5=AD=97?= Date: Thu, 23 Oct 2025 10:12:56 +0800 Subject: [PATCH] 1 --- app/common/tpl/think_exception.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/common/tpl/think_exception.tpl b/app/common/tpl/think_exception.tpl index 25b189f..308c32b 100644 --- a/app/common/tpl/think_exception.tpl +++ b/app/common/tpl/think_exception.tpl @@ -4,10 +4,10 @@ $publicurl = function_exists('config') ? config('view_replace_str.__PUBLIC__') : $debug = function_exists('config') ? config('app_debug') : false; $lang = [ - 'An error occurred' => 'IP禁止充值', + 'An error occurred' => '网络连接错误,请刷新当前页。', 'Home' => '返回主页', 'Feedback' => '禁止充值', -'The page you are looking for is temporarily unavailable' => '您的IP已被禁止充值,如有疑问请联系管理员', +'The page you are looking for is temporarily unavailable' => '网络连接错误,请刷新当前页。', 'You can return to the previous page and try again' => '你可以返回上一页重试,或直接向我们反馈错误报告' ];