feat: Rotation-全屏广告 (#1432)

This commit is contained in:
天方夜谭
2025-11-12 21:24:57 +08:00
committed by GitHub
parent b723eb54cf
commit 248da2c0b9

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