蘑菇线路表
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
function auto_format_list(){
|
||||
$product_list = [0, 1, 2, 4, 5, 6, 8, 10, 13, 14, 15, 16, 17];
|
||||
$product_list = [0, 1, 2, 4, 5, 6, 8, 10, 13, 14, 15, 16, 17, 18];
|
||||
foreach ($product_list as $product) {
|
||||
switch ($product) {
|
||||
case 0:
|
||||
@@ -96,6 +96,12 @@ function format_all_product($file_path)
|
||||
case '共享':
|
||||
$dns = 'shihui';
|
||||
break;
|
||||
case '西瓜':
|
||||
$dns = 'xgip.vip';
|
||||
break;
|
||||
case '蘑菇':
|
||||
$dns = 'mgip.net';
|
||||
break;
|
||||
}
|
||||
$city = city_exist($citys, $info[1]);
|
||||
$citys[] = $city;
|
||||
|
||||
Reference in New Issue
Block a user