强子静态

This commit is contained in:
“wanyongkang”
2023-05-14 17:35:11 +08:00
parent 1e6e3eb509
commit 57fbe214b9
4 changed files with 148 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
<?php
function auto_format_list(){
$product_list = [0, 1, 2, 4, 5, 6, 8, 10, 13, 14, 15, 16, 17, 18, 19,22,23];
$product_list = [0, 1, 2, 4, 5, 6, 8, 10, 13, 14, 15, 16, 17, 18, 19,22,23,25];
foreach ($product_list as $product) {
switch ($product) {
case 0:
@@ -55,6 +55,9 @@ function auto_format_list(){
case 23:
format_product(__DIR__ . '/data/yunniu.csv','ynip.net');
break;
case 25:
format_product(__DIR__ . '/data/qiangzijt.csv','qzip.vip');
break;
}
}
}
@@ -118,6 +121,10 @@ function format_all_product($file_path)
case '云牛':
$dns = 'ynip.net';
break;
case '强子静态':
$dns = 'qzip.vip';
break;
default:
$dns = 'xlip.vip';
break;