From 606cbc76c786ab87291485f72b1af2b7b610f5bd Mon Sep 17 00:00:00 2001 From: anfe <448468458@qq.com> Date: Mon, 29 Apr 2024 16:21:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E7=9A=84=20debug=20=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- star_lock/lib/flavors.dart | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/star_lock/lib/flavors.dart b/star_lock/lib/flavors.dart index 0bbaedcf..3f1e4d38 100644 --- a/star_lock/lib/flavors.dart +++ b/star_lock/lib/flavors.dart @@ -46,23 +46,6 @@ class F { } } - static bool get debug { - switch (appFlavor) { - case Flavor.local: - return true; - case Flavor.dev: - return true; - case Flavor.pre: - return true; - case Flavor.sky: - return false; - case Flavor.xhj: - return true; - default: - return false; - } - } - static String get title { switch (appFlavor) { case Flavor.local: