|
@@ -41,6 +41,11 @@ return array
|
|
|
# 显示给用户看的名称
|
|
|
'lang' => '直播视频管理',
|
|
|
'order' => 99,
|
|
|
+ 'end' => array
|
|
|
+ (
|
|
|
+ 'insert' => 'tag/lib/core.data?source_table=video/live',
|
|
|
+ 'update' => 'tag/lib/core.data?source_table=video/live',
|
|
|
+ ),
|
|
|
# 数据结构
|
|
|
'struct' => array
|
|
|
(
|
|
@@ -77,6 +82,18 @@ return array
|
|
|
'search' => 'select',
|
|
|
),
|
|
|
|
|
|
+ 'tag' => array
|
|
|
+ (
|
|
|
+ 'type' => 'text-255',
|
|
|
+ 'name' => '标签',
|
|
|
+ 'default' => '',
|
|
|
+ 'desc' => '标签',
|
|
|
+ 'match' => 'is_numeric',
|
|
|
+ 'update' => 'selects',
|
|
|
+ //'search' => 'fulltext',
|
|
|
+ 'update_search' => 'tag/lib/core.search',
|
|
|
+ ),
|
|
|
+
|
|
|
'pic_cover' => array
|
|
|
(
|
|
|
'type' => 'varchar-150',
|