织梦自定义图片字段https开头的外部图片,无法本地化下载解决方法:

打开 /include/customfields.func.php 找到 大概在302行

http

改成

(http|https)


打开 /dede/inc/inc_archives_all.php 找到 大概在222行

http

改成

(http|https)