麒麟静态线路表

This commit is contained in:
“wanyongkang”
2024-01-20 16:11:39 +08:00
parent 81f818a5e7
commit 1f5c4039c5
4 changed files with 101 additions and 14 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,25,26,27];
$product_list = [0, 1, 2, 4, 5, 6, 8, 10, 13, 14, 15, 16, 17, 18, 19,22,23,25,26,27,28];
foreach ($product_list as $product) {
switch ($product) {
case 0:
@@ -66,6 +66,9 @@ function auto_format_list(){
case 27:
format_product(__DIR__ . '/data/qilin.csv','qlip.cc');
break;
case 28:
format_product(__DIR__ . '/data/qilinjt.csv','qlip.cc');
break;
}
}
}
@@ -136,7 +139,10 @@ function format_all_product($file_path)
case '猎豹':
$dns = 'lbip.cc';
break;
case 'qilin':
case '麒麟':
$dns = 'qlip.cc';
break;
case '麒麟静态':
$dns = 'qlip.cc';
break;
default: