This commit is contained in:
icret
2023-02-28 23:47:41 +08:00
parent 1f6fdb57eb
commit 8da26ca463
8 changed files with 10 additions and 8 deletions

View File

@@ -149,6 +149,6 @@ if (!function_exists('fastcgi_finish_request')) {
new $.zui.Messager("开启 fastcgi_finish_request 处理数据会更快喔!",{
type: "primary", // 定义颜色主题
time:7000
}).show();
}).show();
';
}
}

View File

@@ -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 = {

View File

@@ -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');