diff --git a/script/linedata/auto_format.php b/script/linedata/auto_format.php index dd73b93..3a4a6bd 100644 --- a/script/linedata/auto_format.php +++ b/script/linedata/auto_format.php @@ -102,6 +102,9 @@ function format_all_product($file_path) case '蘑菇': $dns = 'mgip.net'; break; + default: + $dns = 'xlip.vip'; + break; } $city = city_exist($citys, $info[1]); $citys[] = $city;