From 0ce2641d02a2b21c7220a12f1f9784620163f9bf Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 24 Dec 2023 21:00:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=BC=AB=E5=A4=A9=E6=98=9F):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=E3=80=81=E5=BC=B9=E7=AA=97=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99=EF=BC=89?= =?UTF-8?q?=20(#3386)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 弹窗广告(补充规则) * feat 开屏广告 --- src/apps/ltd.sky.okay.cn.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/apps/ltd.sky.okay.cn.ts b/src/apps/ltd.sky.okay.cn.ts index da2bd8e0..8e5d0cae 100644 --- a/src/apps/ltd.sky.okay.cn.ts +++ b/src/apps/ltd.sky.okay.cn.ts @@ -4,6 +4,15 @@ export default defineAppConfig({ id: 'ltd.sky.okay.cn', name: '漫天星', groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13759409', + }, { key: 1, name: '弹窗广告', @@ -16,6 +25,16 @@ export default defineAppConfig({ 'ImageView -2 FrameLayout > FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]', snapshotUrls: 'https://i.gkd.li/import/13625479', }, + { + key: 1, + name: '字节广告', + actionDelay: 1500, + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + matches: + '@Image[text=""] < View +n View > View > TextView[text="广告"]', + snapshotUrls: 'https://i.gkd.li/import/13759331', + }, ], }, ],