From 36ea3baf0cc66432eea8cd502061dd5b0c8640b0 Mon Sep 17 00:00:00 2001 From: aisouler Date: Sat, 17 Feb 2024 16:35:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=B3=96=E8=B1=86):=20=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E8=A7=86=E9=A2=91=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E5=89=8D=E7=9A=84=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.bokecc.dance.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.bokecc.dance.ts b/src/apps/com.bokecc.dance.ts index 97966c26..70c349ca 100644 --- a/src/apps/com.bokecc.dance.ts +++ b/src/apps/com.bokecc.dance.ts @@ -21,5 +21,20 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '全屏广告-视频播放前的广告', + desc: '5秒后点击关闭广告', + rules: [ + { + quickFind: true, + activityIds: 'com.bokecc.dance.player.DancePlayActivity', + matches: '[text="关闭广告"][clickable=true][visibleToUser=true]', + exampleUrls: + 'https://m.gkd.li/57941037/f70ca3e3-762c-47ba-aed8-c9e8d5955b7e', + snapshotUrls: 'https://i.gkd.li/import/14318204', + }, + ], + }, ], });