• 缩略图尺寸限制需修改config/config.php文件中的ico配置项:
'ico' => array(
    'max_width' => '1920',
    'max_height' => '1080'
),