From f022bb3263f166128b2076885e28f2e8c6b92d80 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 28 Oct 2024 14:21:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(Battery=20Guru):=20=E5=B1=80=E9=83=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E5=8D=A1=E7=89=87=E5=B9=BF=E5=91=8A=20(#433?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.paget96.batteryguru.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.paget96.batteryguru.ts diff --git a/src/apps/com.paget96.batteryguru.ts b/src/apps/com.paget96.batteryguru.ts new file mode 100644 index 00000000..b6d498ca --- /dev/null +++ b/src/apps/com.paget96.batteryguru.ts @@ -0,0 +1,22 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.paget96.batteryguru', + name: 'Battery Guru', + groups: [ + { + key: 1, + name: '局部广告-卡片广告', + desc: '点击[移除广告]', + rules: [ + { + fastQuery: true, + activityIds: 'activities.MainActivity', + matches: '[vid="remove_ads"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/81d94f93-2308-4401-a151-771e5a94b79a', + snapshotUrls: 'https://i.gkd.li/i/17538140', + }, + ], + }, + ], +});