• 解决方法
    • 打开文件:config/config.php
    • 修改 ico 配置中的 max_width 为 1920:
      php
       
      'ico' => array(
      'max_width' => '1920',
      'max_height' => '1000'
      ),