From a06cfd5c4cfe5305756e6b70adb41cb72202b052 Mon Sep 17 00:00:00 2001 From: hdm Date: Mon, 27 Jun 2022 07:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0layui=E5=88=B02.7.1=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.php b/public/index.php index 3062a00..5212580 100644 --- a/public/index.php +++ b/public/index.php @@ -15,10 +15,10 @@ if (empty(file_exists(__DIR__ . '/../vendor/autoload.php'))) { require __DIR__ . '/../vendor/autoload.php'; // 定义当前版本号 -define('CMS_VERSION','3.0.68'); +define('CMS_VERSION','3.6.27'); // 定义Layui版本号 -define('LAYUI_VERSION','2.7.0'); +define('LAYUI_VERSION','2.7.1'); // 定义项目目录 define('CMS_ROOT', __DIR__ . '/../');