|
|
|
<script src="/static/js/Chart.min.js"></script>
|
|
|
|
<div class="layui-container" style = "margin-top:2em;">
|
|
|
|
<div class="layui-row layui-col-space20">
|
|
|
|
<div class="layui-col-lg3">
|
|
|
|
<div class = "analyze">
|
|
|
|
<h3><i class="fa fa-upload"></i> 累计上传</h3>
|
|
|
|
<p><?php echo $num; ?>张</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="layui-col-lg3">
|
|
|
|
<div class = "analyze">
|
|
|
|
<h3><i class="fa fa-user-plus"></i> 管理员累积上传</h3>
|
|
|
|
<p><?php echo $admin; ?>张</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="layui-col-lg3">
|
|
|
|
<div class = "analyze">
|
|
|
|
<h3><i class="fa fa-user-o"></i> 游客累积上传</h3>
|
|
|
|
<p><?php echo $visitor; ?>张</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="layui-col-lg3">
|
|
|
|
<div class = "analyze">
|
|
|
|
<h3><i class="fa fa-question"></i> 可疑图片</h3>
|
|
|
|
<p><?php echo $dubious; ?>张</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="layui-col-lg3">
|
|
|
|
<div class = "analyze">
|
|
|
|
<h3><i class="fa fa-calendar-check-o"></i> 本月上传</h3>
|
|
|
|
<p><?php echo $month; ?>张</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="layui-col-lg3">
|
|
|
|
<div class = "analyze">
|
|
|
|
<h3><i class="fa fa-calendar-plus-o"></i> 今日上传</h3>
|
|
|
|
<p><?php echo $day; ?>张</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="layui-col-lg3">
|
|
|
|
<div class = "analyze">
|
|
|
|
<h3><i class="fa fa-comments"></i> 社区支持</h3>
|
|
|
|
<p><a href="https://dwz.ovh/imgurl2" target = "_blank" title = "ImgURL社区支持">https://ttt.sh/</a></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="layui-col-lg3">
|
|
|
|
<div class = "analyze">
|
|
|
|
<h3><i class="fa fa-github"></i> 源码下载</h3>
|
|
|
|
<p><a href="https://github.com/helloxz/imgurl" target = "_blank">https://github.com/</a></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="layui-col-lg3">
|
|
|
|
<div class = "analyze">
|
|
|
|
<h3><i class="fa fa-paypal"></i> 打赏支持</h3>
|
|
|
|
<p><a href="https://dwz.ovh/imgurl" target = "_blank">https://dwz.ovh/imgurl</a></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="layui-col-lg3">
|
|
|
|
<div class = "analyze">
|
|
|
|
<h3><i class="fa fa-qq"></i> 技术支持(付费)</h3>
|
|
|
|
<p>QQ:337003006</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|