dever 7 年之前
父節點
當前提交
d19dbf05b5
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      database/template.php

+ 3 - 3
database/template.php

@@ -8,8 +8,8 @@ $type = array
 
 $update = array
 (
-	1 => '仅生成一次',
-	2 => '每次访问都生成',
+	1 => '每次访问都生成',
+	2 => '仅生成一次',
 );
 
 return array
@@ -75,7 +75,7 @@ return array
 		(
 			'type' 		=> 'tinyint-1',
 			'name' 		=> '生成规则',
-			'default' 	=> '1',
+			'default' 	=> '2',
 			'desc' 		=> '生成规则',
 			'match' 	=> 'is_numeric',
 			'update'	=> 'select',