在Typecho 下Post.php中
<?php $this->content(); ?>
替换为
<?php echo $str = str_replace("a.com/usr/uploads","b.com/usr/uploads",$this->content); ?>
其中,a为源站域名,b为cdn端域名其余程序其余位置也可以类推
原文章地址:https://banlog.com/post/typecho-img-cdn.html