From 8063b718d436702ec038dd72f21b4c129458d8d7 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 18 Nov 2023 23:45:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=A3=E5=8E=8B=E4=B8=93=E5=AE=B6):=20?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=89=20(#2202)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.fileunzip.zxwknight.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/apps/com.fileunzip.zxwknight.ts b/src/apps/com.fileunzip.zxwknight.ts index 1191fcfe2..307ee4be9 100644 --- a/src/apps/com.fileunzip.zxwknight.ts +++ b/src/apps/com.fileunzip.zxwknight.ts @@ -6,10 +6,10 @@ export default defineAppConfig({ groups: [ { key: 1, - name: '广告弹窗', + name: '弹窗广告', rules: [ { - key: 0, + key: 1, name: '字节广告', activityIds: 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', @@ -17,6 +17,14 @@ export default defineAppConfig({ '@Image[text=""] < View +n View > View > TextView[text="广告"]', snapshotUrls: 'https://i.gkd.li/import/13328194', }, + { + key: 2, + name: '腾讯广告', + matchLauncher: true, + matches: + 'ImageView - FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]', + snapshotUrls: 'https://i.gkd.li/import/13391833', + }, ], }, {