作者 lyh

gx项目seo菜单默认显示6.0

... ... @@ -82,9 +82,9 @@ class DownloadProject extends Command
if($v['type'] == 1){
$status = '建站中';
}elseif ($v['type'] == 2){
$status = '建站后';
}elseif ($v['type'] == 3){
$status = '优化中';
}elseif ($v['type'] == 3){
$status = '建站后';
}else{
$status = '';
}
... ...