让WordPress后台媒体库支持WebP格式图片上传和显示
将以下代码添加到当前主题的 functions.php //让 WordPress 支持 WebP 格式图片上传 function bzg_filter_mime_types( $array ) { $array['webp'] = 'image/webp'; return $array; } add_filter...
DomainMegaBot批量扫米工具
项目地址 https://github.com/Har-Kuun/DomainMegaBot 使用方法 wget https://github.com/Har-Kuun/DomainMegaBot/archive/master.zip #下载 unzip master.zip #解压 cd DomainMegaBot-master #...