dever 4 years ago
parent
commit
be642b648d
1 changed files with 5 additions and 5 deletions
  1. 5 5
      main/database/config.php

+ 5 - 5
main/database/config.php

@@ -161,7 +161,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '抖音账号',
 			'match' 	=> 'option',
-			'update'	=> 'text',
+			//'update'	=> 'text',
 		),
 
 		'douyin_qrcode'		=> array
@@ -171,7 +171,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '抖音二维码',
 			'match' 	=> 'option',
-			'update'	=> 'image',
+			//'update'	=> 'image',
 			'key' 		=> '1',
 			'place'		=> '150',
 		),
@@ -183,7 +183,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> 'B站地址',
 			'match' 	=> 'option',
-			'update'	=> 'text',
+			//'update'	=> 'text',
 		),
 
 		'ins'		=> array
@@ -193,7 +193,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> 'INS账号',
 			'match' 	=> 'option',
-			'update'	=> 'text',
+			//'update'	=> 'text',
 		),
 
 		'ins_link'       => array
@@ -203,7 +203,7 @@ return array
             'default'   => '',
             'desc'      => 'INS链接',
             'match'     => 'option',
-            'update'    => 'text',
+            //'update'    => 'text',
         ),
 		
 		'cdate'		=> array