@section('title', '系统控制台') @if(config('app.debug'))

当前系统 debug 已被打开,敏感信息暴露在外,可能会被利用从而影响系统稳定性,生产环境中请务必关闭!

@endif

概览

{{ \App\Utils::shortenNumber(\App\Models\Image::query()->count()) }}

图片数量

{{ \App\Utils::shortenNumber(\App\Models\Album::query()->count()) }}

相册数量

{{ \App\Utils::shortenNumber(\App\Models\User::query()->count()) }}

用户数量

{{ \App\Utils::formatSize(\App\Models\Image::query()->sum('size') * 1024) }}

占用储存

{{ \App\Utils::shortenNumber($numbers['today']) }}

今日上传

{{ \App\Utils::shortenNumber($numbers['yesterday']) }}

昨日上传

{{ \App\Utils::shortenNumber($numbers['week']) }}

本周上传

{{ \App\Utils::shortenNumber($numbers['month']) }}

本月上传

趋势

系统情况

操作系统
{{ php_uname() }}
运行环境
{{ request()->server('SERVER_SOFTWARE') }}
PHP 版本
{{ phpversion() }}
文件上传限制
{{ ini_get("upload_max_filesize") }}
POST 数据最大限制
{{ ini_get('post_max_size') }}

软件信息

软件版本
{{ \App\Utils::config(\App\Enums\ConfigKey::AppVersion) }}
官方网站
https://www.lsky.pro
使用手册
https://docs.lsky.pro
@push('scripts') @endpush