From b25e628c6b8824bf9a3ac1aeb0a16637b34ec24f Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 15 Aug 2024 10:45:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(KMB=20.=20LWB):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.kmb.app1933.ts | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/apps/com.kmb.app1933.ts diff --git a/src/apps/com.kmb.app1933.ts b/src/apps/com.kmb.app1933.ts new file mode 100644 index 00000000..bf47a63a --- /dev/null +++ b/src/apps/com.kmb.app1933.ts @@ -0,0 +1,32 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.kmb.app1933', + name: 'KMB . LWB', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + actionMaximumKey: 0, + rules: [ + { + key: 0, + activityIds: 'com.google.android.gms.ads.AdActivity', + matches: '[desc="Interstitial close button"]', + exampleUrls: 'https://e.gkd.li/3b5d7bcd-4629-44af-8ee9-5c8a1001ebad', + snapshotUrls: 'https://i.gkd.li/i/16620586', + }, + { + key: 1, + activityIds: 'com.google.android.gms.ads.AdActivity', + matches: '[desc="打开"] - View > [text="关闭"]', + exampleUrls: 'https://e.gkd.li/14158b1c-88f3-4e5c-bbc1-193186e77b07', + snapshotUrls: 'https://i.gkd.li/i/16620123', + }, + ], + }, + ], +});