diff --git a/README.md b/README.md index 370dc88..7155418 100755 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ $HTTP["url"] =~ "^/(i|public)/" {
点击查看2.0版更新日志 -* 2022-1-28 v2.4.8 dev +* 2022-2-5 v2.4.8 - 调整缩略图内存至128M - 修复无可疑图片时显示错误 - 修复转换为webp时会复制一份bug diff --git a/application/check.php b/application/check.php index 5fef6e6..1ab6eaa 100755 --- a/application/check.php +++ b/application/check.php @@ -9,9 +9,8 @@ if (!is_file(APP_ROOT . '/install/install.lock') and is_file(APP_ROOT . '/instal * 检测弹窗内容 */ -if (is_file(APP_ROOT . '/config/EasyIamge.lock')) exit; // 查询锁定弹窗文件是否存在 -file_put_contents(APP_ROOT . '/config/EasyIamge.lock', '安装环境检测锁定文件,如需再次展示请删除此文件!', FILE_APPEND | LOCK_EX); -clearstatcache(); +if (is_file(APP_ROOT . '/config/EasyIamge.lock')) return; // 查询锁定弹窗文件是否存在 +file_put_contents(APP_ROOT . '/config/EasyIamge.lock', '安装环境检测锁定文件,如需再次展示请删除此文件!', FILE_APPEND | LOCK_EX); ?> @@ -83,5 +82,5 @@ clearstatcache(); backdrop: "static", //点击空白处不关闭对话框 show: true }) - alert("初次打开会检测环境配置,请仔细看!!"); + alert("初次打开会检测环境配置,请仔细看!!"); \ No newline at end of file diff --git a/index.php b/index.php index 9dca107..dee9bdf 100755 --- a/index.php +++ b/index.php @@ -16,23 +16,20 @@ mustLogin(); ?>
-
+
-
+
- - - + + +
-
+