作者 lyh

gx数据

... ... @@ -63,11 +63,11 @@ class Project extends Base
*/
public static function typeBlogFrequency(){
return [
1=>'1-2天',
2=>'2-3天',
3=>'2-4天',
4=>'3-5天',
5=>'5-7天',
1=>'1-2',
2=>'2-3',
3=>'2-4',
4=>'3-5',
5=>'5-7',
];
}
... ...