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', + }, + ], + }, + ], +});