|
@@ -141,13 +141,13 @@ return array
|
|
|
# 默认值
|
|
|
'default' => array
|
|
|
(
|
|
|
- 'col' => 'name,cover,type,alter,state,cdate',
|
|
|
+ 'col' => 'name,cover,type,state,cdate',
|
|
|
'value' => array
|
|
|
(
|
|
|
'"默认图片配置",1,"jpg,png,gif",1,' . time(),
|
|
|
'"默认音频配置",1,"mp3",1,' . time(),
|
|
|
'"默认视频配置",1,"mp4",1,' . time(),
|
|
|
- '"默认文件配置",1,"jpg,png,gif,doc,pdf,rar,zip,xls,xlsx,docx","t=1",1,' . time(),
|
|
|
+ '"默认文件配置",1,"jpg,png,gif,doc,pdf,rar,zip,xls,xlsx,docx",1,' . time(),
|
|
|
),
|
|
|
),
|
|
|
|