rabin 7 년 전
부모
커밋
e09dd0d1a8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      content/database/news.php

+ 2 - 2
content/database/news.php

@@ -96,7 +96,7 @@ return array
 			'name' 		=> '子标题',
 			'default' 	=> '',
 			'desc' 		=> '子标题',
-			'match' 	=> 'is_string',
+			'match' 	=> 'option',
 			'update'	=> 'text',
 			//'search'	=> 'fulltext',
 			//'list'		=> true,
@@ -220,7 +220,7 @@ return array
 			'name' 		=> '头图',
 			'default' 	=> '',
 			'desc' 		=> '请选择头图',
-			'match' 	=> 'is_string',
+			'match' 	=> 'option',
 			'update'	=> 'image',
 			'key' 		=> '1',
 			'place'		=> '150',