From a7dc151bddc88fb48f88dffe5517bfbd54bc1eef Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 16 Mar 2024 13:58:22 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=85=A8=E5=B1=80=E8=A7=84=E5=88=99?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E9=BB=91=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/globalGroups.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/globalGroups.ts b/src/globalGroups.ts index 1904ff14..3a52fed2 100644 --- a/src/globalGroups.ts +++ b/src/globalGroups.ts @@ -64,6 +64,9 @@ const diabledAppIds: string[] = [ 'com.mmbox.xbrowser', // X浏览器 'com.mmbox.xbrowser.pro', // X浏览器Google Play版 'com.mycompany.app.soulbrowser', // soul浏览器 + + // https://github.com/gkd-kit/gkd/issues/560 + 'com.android.deskclock', // 时钟 ]; // 如果应用规则已有全局规则中的某一类的规则, 则在对应全局规则禁用此应用