diff --git a/app/admin/controller/api/Runtime.php b/app/admin/controller/api/System.php similarity index 99% rename from app/admin/controller/api/Runtime.php rename to app/admin/controller/api/System.php index 4c5467ede..a06283c5f 100644 --- a/app/admin/controller/api/Runtime.php +++ b/app/admin/controller/api/System.php @@ -24,10 +24,10 @@ use think\exception\HttpResponseException; /** * 系统运行控制管理 - * Class Runtime + * Class System * @package app\admin\controller\api */ -class Runtime extends Controller +class System extends Controller { /** diff --git a/app/admin/view/config/index.html b/app/admin/view/config/index.html index 3bce64f46..a6f7a6c74 100644 --- a/app/admin/view/config/index.html +++ b/app/admin/view/config/index.html @@ -2,7 +2,7 @@ {block name="button"} -清理无效配置 +清理无效配置 @@ -20,9 +20,9 @@
以开发模式运行 - 以生产模式运行 + 以生产模式运行 - 以开发模式运行 + 以开发模式运行 以生产模式运行
@@ -43,7 +43,7 @@ {foreach ['ckeditor4'=>'CKEditor4','ckeditor5'=>'CKEditor5','auto'=>'自适应模式'] as $k => $v}{if sysconf('base.editor') eq $k} {if auth('storage')}{$v}{else}{$v}{/if} {else} - {if auth('storage')}{$v}{else}{$v}{/if} + {if auth('storage')}{$v}{else}{$v}{/if} {/if}{/foreach}
diff --git a/app/admin/view/index/index-top.html b/app/admin/view/index/index-top.html index ae765abc0..82f3962bf 100644 --- a/app/admin/view/index/index-top.html +++ b/app/admin/view/index/index-top.html @@ -24,8 +24,8 @@
基本资料
安全设置
{if isset($super) and $super} -
缓存加速
-
清理缓存
+
缓存加速
+
清理缓存
{/if}
配色方案
退出登录