layui更新到最新的2.8.0-rc14版本

This commit is contained in:
hdm 2023-04-07 09:25:32 +08:00
parent feb8d88393
commit 8675873154
8 changed files with 387 additions and 556 deletions

View File

@ -15,10 +15,10 @@ if (empty(file_exists(__DIR__ . '/../vendor/autoload.php'))) {
require __DIR__ . '/../vendor/autoload.php';
// 定义当前版本号
define('CMS_VERSION','4.3.01');
define('CMS_VERSION','4.4.07');
// 定义Layui版本号
define('LAYUI_VERSION','2.7.6');
define('LAYUI_VERSION','2.8.0-rc.14');
// 定义项目目录
define('CMS_ROOT', __DIR__ . '/../');

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 299 KiB

After

Width:  |  Height:  |  Size: 309 KiB

File diff suppressed because one or more lines are too long