@@ -52,11 +52,11 @@ return array
'year' => array
(
'type' => 'int-11',
- 'name' => '年份-影响当前时光下所有发布内容的时间',
+ 'name' => '年份-影响当前时光下所有发布内容的时间,主线无需填写',
'default' => '',
'desc' => '年份',
'match' => 'is_numeric',
- 'update' => 'year',
+ 'update' => $times_id < 0 ? 'hidden': 'year',
'search' => 'text',
'order' => 'desc',
'list' => true,