mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-08 22:18:09 +00:00
update
This commit is contained in:
parent
36d7356475
commit
72bd5a1ba3
@ -11,7 +11,7 @@
|
||||
|
||||
// [ 应用入口文件 ]
|
||||
namespace think;
|
||||
if (version_compare(PHP_VERSION, '8.0.0', '<'))
|
||||
if (PHP_VERSION_ID < 80000)
|
||||
die('require PHP > 8.0.0 !');
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
if (!file_exists(__DIR__ .'/../install.lock')) {
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
// [ 应用入口文件 ]
|
||||
namespace think;
|
||||
if (version_compare(PHP_VERSION, '8.0.0', '<'))
|
||||
if (PHP_VERSION_ID < 80000)
|
||||
die('require PHP > 8.0.0 !');
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
//if (file_exists(__DIR__ .'/../install.lock')) {
|
||||
|
||||
BIN
niucloud/public/static/resource/icon/pay_icon/offlinepay.png
Normal file
BIN
niucloud/public/static/resource/icon/pay_icon/offlinepay.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
BIN
niucloud/public/static/resource/images/system/layout-default.png
Normal file
BIN
niucloud/public/static/resource/images/system/layout-default.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
BIN
niucloud/public/static/resource/images/system/layout-hellow.jpg
Normal file
BIN
niucloud/public/static/resource/images/system/layout-hellow.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Loading…
x
Reference in New Issue
Block a user