From f43e861c20b6bb38ccf84cbb7826ebdd0160c587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 23 Mar 2021 18:01:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/linedata/auto_format.php | 3 +++ 1 file changed, 3 insertions(+) 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;