mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(KMB . LWB): 开屏广告
This commit is contained in:
32
src/apps/com.kmb.app1933.ts
Normal file
32
src/apps/com.kmb.app1933.ts
Normal file
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user