每日新增海量热点模版|免费下载
9
在使用PbootCMS设置缩略图的时候,发现被自动截取了,缩略图没匹配到后台,而是在程序里设置的。
1
// 缩略图配置
2
'ico'
=> array(
3
'max_width'
=>
'2000'
,
4
'max_height'
'1000'
5
),