有很多人在使用Chevereto图床程序时想在Chevereto首页加上上传图片总数量统计,这里我就给出方法,只要在位置: app/themes/Peafowl/views/index.php ,index.php文件里第36行代码加上以下几行代码就能解决。
<h3>
<p>本站已托管 <?php $stats = CHV\Stat::getTotals(); echo $stats['images'] > 999999 ? $stats['images'] : number_format($stats['images']); ?> 张图片</p>
</h3>
枫宇辰博客推荐各位站长使用这几家免费图床:
本文为枫宇辰原创文章转载请注明:转载枫宇辰博客本文地址: https://fengyuchen.com/info/39.html
发表评论 取消回复