You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-16 11:53:58 +08:00
docs
This commit is contained in:
@@ -149,6 +149,6 @@ if (!function_exists('fastcgi_finish_request')) {
|
||||
new $.zui.Messager("开启 fastcgi_finish_request 处理数据会更快喔!",{
|
||||
type: "primary", // 定义颜色主题
|
||||
time:7000
|
||||
}).show();
|
||||
}).show();
|
||||
';
|
||||
}
|
||||
}
|
||||
@@ -117,6 +117,7 @@ if ($config['notice_status'] > 0) : ?>
|
||||
$('*').s2t();
|
||||
});
|
||||
<?php endif; ?>
|
||||
|
||||
<?php /** 暗黑模式 */ if ($config['dark-mode']) : ?>
|
||||
// cookie 操作封装 https://www.jb51.net/article/94456.htm
|
||||
var cookieUtil = {
|
||||
|
||||
@@ -185,7 +185,7 @@ if ($handle->uploaded) {
|
||||
"code" => 206,
|
||||
"message" => $handle->error,
|
||||
"memory" => getDistUsed(memory_get_peak_usage()), // 占用内存 2023-02-12
|
||||
// 'log' => $handle->log,(仅用作调试用)
|
||||
// 'log' => $handle->log, // 仅用作调试用
|
||||
);
|
||||
unset($handle);
|
||||
header('Content-Type:application/json; charset=utf-8');
|
||||
|
||||
Reference in New Issue
Block a user