麒麟线路表

This commit is contained in:
“wanyongkang”
2024-01-15 16:47:30 +08:00
parent b8ee644f8a
commit 90058c3253
5 changed files with 463 additions and 13 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];
$product_list = [0, 1, 2, 4, 5, 6, 8, 10, 13, 14, 15, 16, 17, 18, 19,22,23,25,26,27];
foreach ($product_list as $product) {
switch ($product) {
case 0:
@@ -62,6 +62,10 @@ function auto_format_list(){
case 26:
format_product(__DIR__ . '/data/liebao.csv','lbip.cc');
break;
case 27:
format_product(__DIR__ . '/data/qilin.csv','qlip.cc');
break;
}
}
}
@@ -132,6 +136,9 @@ function format_all_product($file_path)
case '猎豹':
$dns = 'lbip.cc';
break;
case 'qilin':
$dns = 'qlip.cc';
break;
default:
$dns = 'xlip.vip';
break;