@@ -47,6 +47,16 @@ return array
// 'list' => true,
),
+ 'desc' => array
+ (
+ 'type' => 'text-255',
+ 'name' => '简介',
+ 'default' => '',
+ 'desc' => '简介',
+ 'match' => 'option',
+ 'update' => 'textarea',
+ ),
+
'cover' => array
(
'type' => 'varchar-150',