This commit is contained in:
“wanyongkang”
2022-04-28 17:58:53 +08:00
parent 0d0572f1ed
commit 1277d0532b
4 changed files with 26 additions and 26 deletions

View File

@@ -53,7 +53,7 @@ function auto_format_list(){
format_product(__DIR__ . '/data/huohu.csv','hhip.vip');
break;
case 23:
format_product(__DIR__ . '/data/liebao.csv','lbip.vip');
format_product(__DIR__ . '/data/yunniu.csv','ynip.net');
break;
}
}
@@ -115,8 +115,8 @@ function format_all_product($file_path)
$dns = 'hhip.vip';
break;
case '猎豹':
$dns = 'lbip.vip';
case '云牛':
$dns = 'ynip.net';
break;
default:
$dns = 'xlip.vip';