From 248da2c0b97cf1bb7acce8f4720b9db77a01136a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= <152615144+tianfangyetan1@users.noreply.github.com> Date: Wed, 12 Nov 2025 21:24:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Rotation-=E5=85=A8=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#1432)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.pranavpandey.rotation.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.pranavpandey.rotation.ts 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', + }, + ], + }, + ], +});