mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-02-22 00:20:26 +00:00
update
This commit is contained in:
parent
36d7356475
commit
72bd5a1ba3
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
// [ 应用入口文件 ]
|
// [ 应用入口文件 ]
|
||||||
namespace think;
|
namespace think;
|
||||||
if (version_compare(PHP_VERSION, '8.0.0', '<'))
|
if (PHP_VERSION_ID < 80000)
|
||||||
die('require PHP > 8.0.0 !');
|
die('require PHP > 8.0.0 !');
|
||||||
require __DIR__ . '/../vendor/autoload.php';
|
require __DIR__ . '/../vendor/autoload.php';
|
||||||
if (!file_exists(__DIR__ .'/../install.lock')) {
|
if (!file_exists(__DIR__ .'/../install.lock')) {
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
// [ 应用入口文件 ]
|
// [ 应用入口文件 ]
|
||||||
namespace think;
|
namespace think;
|
||||||
if (version_compare(PHP_VERSION, '8.0.0', '<'))
|
if (PHP_VERSION_ID < 80000)
|
||||||
die('require PHP > 8.0.0 !');
|
die('require PHP > 8.0.0 !');
|
||||||
require __DIR__ . '/../vendor/autoload.php';
|
require __DIR__ . '/../vendor/autoload.php';
|
||||||
//if (file_exists(__DIR__ .'/../install.lock')) {
|
//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