diff --git a/src/apps/com.pranavpandey.rotation.ts b/src/apps/com.pranavpandey.rotation.ts new file mode 100644 index 00000000..41305d8a --- /dev/null +++ b/src/apps/com.pranavpandey.rotation.ts @@ -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', + }, + ], + }, + ], +});