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',