From e74f0ad9f6ab95c48606e4f8c94fb0a705b8dc0f Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 13 Dec 2024 12:22:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BD=91=E5=BF=83=E4=BA=91):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#587)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.onethingcloud.android.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/apps/com.onethingcloud.android.ts b/src/apps/com.onethingcloud.android.ts index 6fece63e..2eec4092 100644 --- a/src/apps/com.onethingcloud.android.ts +++ b/src/apps/com.onethingcloud.android.ts @@ -4,6 +4,24 @@ export default defineGkdApp({ id: 'com.onethingcloud.android', name: '网心云', groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + priorityTime: 10000, + rules: [ + { + fastQuery: true, + action: 'clickCenter', // https://github.com/AIsouler/GKD_subscription/issues/587 + matches: + '@View[desc*="跳过"][desc.length<10][visibleToUser=true] < View < View < View < View < FrameLayout < [id="android:id/content"]', + exampleUrls: 'https://e.gkd.li/0d0560e5-2b7d-4599-8336-a5254d5e13ea', + snapshotUrls: 'https://i.gkd.li/i/18094505', + }, + ], + }, { key: 1, name: '全屏广告-弹窗广告',