From d7b62dbea0627fbf162c199e85fba3f829c45b05 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:30:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8F=A4=E6=96=87=E5=B2=9B)=20=E7=AC=AC?= =?UTF-8?q?=E4=B8=89=E6=96=B9=20SDK=20=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=EF=BC=88=E5=AE=8C=E5=96=84=E8=A7=84=E5=88=99=EF=BC=89=20(#1183?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 新创建 App 规则 * 新创建 App 规则 * feat 【第三方 SDK 广告弹窗】新增两条规则 * feat 第三方 SDK 广告弹窗(完善规则) close #1174 --- src/apps/com.guwendao.gwd.ts | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/apps/com.guwendao.gwd.ts b/src/apps/com.guwendao.gwd.ts index d5298bed..f34b3f5a 100644 --- a/src/apps/com.guwendao.gwd.ts +++ b/src/apps/com.guwendao.gwd.ts @@ -17,6 +17,7 @@ export default defineAppConfig({ name: '第三方 SDK 广告弹窗', activityIds: 'com.guwendao.gwd.MainActivity', rules: [ + // 腾讯广告 { key: 0, matches: 'ImageView - FrameLayout > FrameLayout > ImageView[id=null]', @@ -31,17 +32,25 @@ export default defineAppConfig({ snapshotUrls: 'https://gkd-kit.songe.li/import/12777151', }, { - activityIds: - 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', key: 2, - matches: '@Image[id=null] < View + View + TextView[text="反馈"]', - snapshotUrls: 'https://gkd-kit.songe.li/import/12781327', + matches: + '[id="com.byted.pangle.m:id/tt_reward_full_count_down_after"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12781344', }, { key: 3, matches: - '[id="com.byted.pangle.m:id/tt_reward_full_count_down_after"]', - snapshotUrls: 'https://gkd-kit.songe.li/import/12781344', + 'ImageView < FrameLayout + FrameLayout > FrameLayout > ImageView[id=null]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12924728', + }, + + // 字节广告 + { + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + key: 10, + matches: '@Image[id=null] < View + View + TextView[text="反馈"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12781327', }, ], },