From ada386eed4c5de7340d2f18379afd5230cacad91 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 12 Oct 2023 00:59:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=B6=A3=E6=99=BA=E6=A0=A1=E5=9B=AD):=20?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97-=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E8=A7=84=E5=88=99=20(#934)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 新创建 App 规则 * feat 第三方 SDK 广告弹窗(完善规则) --- src/apps/com.klcxkj.zqxy.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/apps/com.klcxkj.zqxy.ts b/src/apps/com.klcxkj.zqxy.ts index e245e166..7b7654f8 100644 --- a/src/apps/com.klcxkj.zqxy.ts +++ b/src/apps/com.klcxkj.zqxy.ts @@ -21,6 +21,14 @@ export default defineAppConfig({ 'ImageView - LinearLayout - FrameLayout > FrameLayout > ImageView', snapshotUrls: 'https://gkd-kit.songe.li/import/12781461', }, + { + key: 2, + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + matches: + '@Image[text=""] < View +n View > View > TextView[text="广告"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12781461', + }, ], }, ],