• 操作步骤
    1. 使用IDE工具搜索
      • 关键词:无缩略图时
      • 找到3处代码。
    2. 注释掉代码
      // 无缩略图时,自动提取文章第一张图为缩略图
      // if (! $ico && preg_match('//i', decode_string($content), $srcs) && isset($srcs[1])) {
      //     $ico = $srcs[1];
      // }