From 4329f1fbc63f3ef96ac3f0422dcf4ad53a30bf2b Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 16 Aug 2025 20:17:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E7=BE=8E=E4=B8=96=E7=95=8C?= =?UTF-8?q?=E7=94=B5=E7=AB=9E-=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20#1104?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.pwrd.steam.esports.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.pwrd.steam.esports.ts b/src/apps/com.pwrd.steam.esports.ts index c8203597..d4a939ff 100644 --- a/src/apps/com.pwrd.steam.esports.ts +++ b/src/apps/com.pwrd.steam.esports.ts @@ -4,6 +4,22 @@ export default defineGkdApp({ id: 'com.pwrd.steam.esports', name: '完美世界电竞', groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + priorityTime: 10000, + rules: [ + { + fastQuery: true, + matches: '[vid="rl_skip"][visibleToUser=true]', // 需点击 clickable=true 的节点才有效 https://github.com/AIsouler/GKD_subscription/issues/1104 + exampleUrls: 'https://e.gkd.li/b7adf229-631c-4c27-a07b-eb6e0e1854af', + snapshotUrls: 'https://i.gkd.li/i/21808124', + }, + ], + }, { key: 1, name: '权限提示-通知权限',