count()) ->description('总浏览量 '.number_format((float) Post::sum('views'))) ->icon('heroicon-o-document-text'), Stat::make('评论', Comment::query()->where('status', 'published')->count()) ->description('待审核 '.Comment::query()->where('status', 'pending')->count()) ->icon('heroicon-o-chat-bubble-left-right'), Stat::make('用户', User::count()) ->icon('heroicon-o-users'), Stat::make('页面缓存', $cache['count'].' 条') ->description('命中率 '.$cache['rate'].'%(命中 '.$cache['hits'].' / 未命中 '.$cache['misses'].',按日滚动)') ->icon('heroicon-o-bolt'), ]; } }