作者 李宇航

合并分支 'lyh-server' 到 'master'

gxai_blog发送频率



查看合并请求 !1454
@@ -63,11 +63,11 @@ class Project extends Base @@ -63,11 +63,11 @@ class Project extends Base
63 */ 63 */
64 public static function typeBlogFrequency(){ 64 public static function typeBlogFrequency(){
65 return [ 65 return [
66 - 1=>'1-2天',  
67 - 2=>'2-3天',  
68 - 3=>'2-4天',  
69 - 4=>'3-5天',  
70 - 5=>'5-7天', 66 + 1=>'1-2',
  67 + 2=>'2-3',
  68 + 3=>'2-4',
  69 + 4=>'3-5',
  70 + 5=>'5-7',
71 ]; 71 ];
72 } 72 }
73 73