dever 6 years ago
parent
commit
c45e3650b2
1 changed files with 27 additions and 0 deletions
  1. 27 0
      main/database/config.php

+ 27 - 0
main/database/config.php

@@ -198,6 +198,33 @@ return array
 			'update'	=> 'text',
 		),
 
+		'hr6'		=> array
+		(
+			'name' 		=> 'APP下载链接',
+			'class'		=> '',//本项必须填写
+			'attr'		=> '',
+		),
+
+		'ios_link'		=> array
+		(
+			'type' 		=> 'varchar-200',
+			'name' 		=> 'IOS下载链接',
+			'default' 	=> '',
+			'desc' 		=> 'IOS下载链接',
+			'match' 	=> 'is_string',
+			'update'	=> 'textarea',
+		),
+
+		'android_link'		=> array
+		(
+			'type' 		=> 'varchar-200',
+			'name' 		=> 'android下载链接',
+			'default' 	=> '',
+			'desc' 		=> 'android下载链接',
+			'match' 	=> 'is_string',
+			'update'	=> 'textarea',
+		),
+
 		'cdate'		=> array
 		(
 			'type' 		=> 'int-11',