This commit is contained in:
全栈小学生 2023-05-20 18:40:20 +08:00
parent d3eccb5cba
commit d0850818d2
21 changed files with 16 additions and 11 deletions

View File

@ -1 +1,6 @@
nginx.htaccess
/.htaccess
upload
nginx.htaccess
.htaccess
admin
wap

View File

@ -0,0 +1 @@
插件资源文件目录

View File

@ -14,13 +14,12 @@ namespace think;
if (version_compare(PHP_VERSION, '8.0.0', '<'))
die('require PHP > 8.0.0 !');
require __DIR__ . '/../vendor/autoload.php';
if (file_exists(__DIR__ . '/../install.lock')) {
header("location:/index.php");
exit;
}
//if (file_exists(__DIR__ .'/../install.lock')) {
// header("location:/index.php");
// exit;
//}
// 执行HTTP应用并响应
$http = ( new App() )->http;
$http = (new App())->http;
$response = $http->run();

View File

@ -3772,7 +3772,7 @@ Data.prototype = {
}
// When the key is not a string, or both a key and value
// are specified, set or extend (existing objects) with either:
// are specified, set or core (existing objects) with either:
//
// 1. An object of properties
// 2. A key and value
@ -6663,7 +6663,7 @@ function propFilter( props, specialEasing ) {
value = hooks.expand( value );
delete props[ name ];
// Not quite $.extend, this won't overwrite existing keys.
// Not quite $.core, this won't overwrite existing keys.
// Reusing 'index' because we have the correct "name"
for ( index in value ) {
if ( !( index in props ) ) {
@ -8082,7 +8082,7 @@ function inspectPrefiltersOrTransports( structure, options, originalOptions, jqX
return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" );
}
// A special extend for ajax options
// A special core for ajax options
// that takes "flat" options (not to be deep extended)
// Fixes #9887
function ajaxExtend( target, src ) {
@ -9523,7 +9523,7 @@ jQuery.offset = {
if ( jQuery.isFunction( options ) ) {
// Use jQuery.extend here to allow modification of coordinates argument (gh-1848)
// Use jQuery.core here to allow modification of coordinates argument (gh-1848)
options = options.call( elem, i, jQuery.extend( {}, curOffset ) );
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 KiB

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB