From e8fe92bef6dfe7ff8c7ed181f32386960ec99a03 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 22 Mar 2024 13:35:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=96=B5=E8=B6=A3=E6=BC=AB=E7=94=BB):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E8=A7=84=E5=88=99=E3=80=81=E4=BF=AE=E5=A4=8D=E8=AF=AF=E8=A7=A6?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.paokeji.yiqu.ts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/apps/com.paokeji.yiqu.ts b/src/apps/com.paokeji.yiqu.ts index 246772bf..6d7c412d 100644 --- a/src/apps/com.paokeji.yiqu.ts +++ b/src/apps/com.paokeji.yiqu.ts @@ -109,11 +109,21 @@ export default defineAppConfig({ key: 0, activityIds: 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', - matches: '[text="反馈"] + View[childCount=2][text=""]', + matches: '[text="反馈"] + @View[childCount=2] > [text="跳过"]', exampleUrls: 'https://m.gkd.li/57941037/6f12fd12-b956-474a-834c-8ebba00efbff', snapshotUrls: 'https://i.gkd.li/i/14362119', }, + { + key: 1, + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + matches: + 'Image[text=""] < @View +4 [text="反馈"] + * >2 [text="广告"]', + exampleUrls: + 'https://m.gkd.li/57941037/9bf34f1f-f1a1-4fb8-a84a-96cb8e1c2669', + snapshotUrls: 'https://i.gkd.li/i/14717730', + }, ], }, {