From 3bee0a4f32d67e718d9fb39765ee77c0d02196ea Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:30:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=98=9F=E5=BD=B1=E8=A7=86=E9=A2=91):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=E3=80=81=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99?= =?UTF-8?q?=EF=BC=89=20(#3173)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 开屏广告 * feat 弹窗广告(补充规则) --- src/apps/com.xsj.app.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps/com.xsj.app.ts b/src/apps/com.xsj.app.ts index ceda749b..0e2ee224 100644 --- a/src/apps/com.xsj.app.ts +++ b/src/apps/com.xsj.app.ts @@ -4,6 +4,16 @@ export default defineAppConfig({ id: 'com.xsj.app', name: '星影视频', groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13670193', + }, { key: 1, name: '弹窗广告', @@ -16,6 +26,13 @@ export default defineAppConfig({ 'ImageView -2 FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]', snapshotUrls: 'https://i.gkd.li/import/13625504', }, + { + key: 1, + activityIds: 'com.qq.e.ads.ADActivity', + matches: + 'FrameLayout[childCount=3] > TextView[text!=""] + @ImageView[clickable=true][visibleToUser=true]', + snapshotUrls: 'https://i.gkd.li/import/13670176', + }, ], }, ],