rabin 5 years ago
parent
commit
ed8f818ee2
1 changed files with 12 additions and 0 deletions
  1. 12 0
      app/journal/database/info.php

+ 12 - 0
app/journal/database/info.php

@@ -145,6 +145,18 @@ $config = array
 			//'list'		=> true,
 		),
 
+		'h5'		=> array
+		(
+			'type' 		=> 'varchar-800',
+			'name' 		=> 'h5地址-填写后,直接跳转到该页面',
+			'default' 	=> '',
+			'desc' 		=> 'h5地址',
+			'match' 	=> 'option',
+			'update'	=> 'textarea',
+			//'search'	=> 'fulltext',
+			//'list'		=> true,
+		),
+
   		'pic_cover'		=> array
 		(
 			'type' 		=> 'varchar-150',