From 96d709ef1623144cdd069b9f8500c186ddf23fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sun, 18 Feb 2024 11:49:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ip=E9=99=90=E5=88=B62?= 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 deletions(-) diff --git a/script/linedata/auto_format.php b/script/linedata/auto_format.php index b34f54c..0128e92 100644 --- a/script/linedata/auto_format.php +++ b/script/linedata/auto_format.php @@ -66,9 +66,6 @@ function auto_format_list(){ case 27: format_product(__DIR__ . '/data/qilin.csv','qlip.cc'); break; - case 28: - format_product(__DIR__ . '/data/shuidi.csv','sdip.cc'); - break; } } }