|
@@ -92,34 +92,34 @@ return array
|
|
|
|
|
|
'default' => array
|
|
|
(
|
|
|
- 'col' => 'name,`table`,reorder,state,cdate',
|
|
|
+ 'col' => 'id, name,`table`,reorder,state,cdate',
|
|
|
'value' => array
|
|
|
(
|
|
|
- '"图文内容","content/news",199,1,' . DEVER_TIME,
|
|
|
+ '1, "图文内容","content/news",199,1,' . DEVER_TIME,
|
|
|
|
|
|
- '"普通图片","content/pic",189,1,' . DEVER_TIME,
|
|
|
- '"四宫格图片","content/pic_grid",188,1,' . DEVER_TIME,
|
|
|
+ '10, "普通图片","content/pic",189,1,' . DEVER_TIME,
|
|
|
+ '11, "多张图片","content/pic-list",188,1,' . DEVER_TIME,
|
|
|
+ '12, "四宫格图片","content/pic_grid",187,1,' . DEVER_TIME,
|
|
|
+ '13, "多张四宫格","content/pic_grid-list",186,1,' . DEVER_TIME,
|
|
|
|
|
|
- '"普通视频","content/video",179,1,' . DEVER_TIME,
|
|
|
- '"留言视频","content/video_comment",178,1,' . DEVER_TIME,
|
|
|
- '"短视频","content/video_short-getAll",177,1,' . DEVER_TIME,
|
|
|
+ '20, "普通视频","content/video-getAll",179,1,' . DEVER_TIME,
|
|
|
+ '21, "短视频","content/video_short-getAll",177,1,' . DEVER_TIME,
|
|
|
+ '22, "留言视频","content/video_comment",178,1,' . DEVER_TIME,
|
|
|
|
|
|
- '"普通音频","content/audio",169,1,' . DEVER_TIME,
|
|
|
- '"留言音频","content/audio_comment",168,1,' . DEVER_TIME,
|
|
|
+ '30, "普通音频","content/audio-getAll",169,1,' . DEVER_TIME,
|
|
|
+ '31, "留言音频","content/audio_comment",168,1,' . DEVER_TIME,
|
|
|
|
|
|
- '"直播","content/live",159,1,' . DEVER_TIME,
|
|
|
+ '40, "直播","content/live",159,1,' . DEVER_TIME,
|
|
|
|
|
|
- '"活动","content/act",149,1,' . DEVER_TIME,
|
|
|
+ '50, "活动","content/act",149,1,' . DEVER_TIME,
|
|
|
|
|
|
- '"对话","content/dialogue",139,1,' . DEVER_TIME,
|
|
|
+ '60, "对话","content/dialogue",139,1,' . DEVER_TIME,
|
|
|
|
|
|
- '"电商产品","content/product",129,1,' . DEVER_TIME,
|
|
|
+ '70, "电商产品","content/product",129,1,' . DEVER_TIME,
|
|
|
|
|
|
- '"直接链接","content/link",119,1,' . DEVER_TIME,
|
|
|
-
|
|
|
- '"多个链接","content/link-list",118,1,' . DEVER_TIME,
|
|
|
-
|
|
|
- '"单页面","content/webview",117,1,' . DEVER_TIME,
|
|
|
+ '80, "直接链接","content/link",119,1,' . DEVER_TIME,
|
|
|
+ '81, "多个链接","content/link-list",118,1,' . DEVER_TIME,
|
|
|
+ '82, "单页面","content/webview",117,1,' . DEVER_TIME,
|
|
|
),
|
|
|
),
|
|
|
|