mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat: Rotation-全屏广告 (#1432)
This commit is contained in:
19
src/apps/com.pranavpandey.rotation.ts
Normal file
19
src/apps/com.pranavpandey.rotation.ts
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.pranavpandey.rotation',
|
||||||
|
name: 'Rotation',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.google.android.gms.ads.AdActivity',
|
||||||
|
matches: '[desc="Interstitial close button"][clickable=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/23497601',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user