From 8be96d289c712b1a17079c8da5d1436146b8a33c Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 1 May 2024 13:19:20 +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=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.paokeji.yiqu.ts | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/apps/com.paokeji.yiqu.ts b/src/apps/com.paokeji.yiqu.ts index 27bd246c..d6b40a30 100644 --- a/src/apps/com.paokeji.yiqu.ts +++ b/src/apps/com.paokeji.yiqu.ts @@ -31,7 +31,7 @@ export default defineGkdApp({ }, { key: 1, - name: '局部广告', + name: '全屏广告', activityIds: [ 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Activity_T', 'com.aster.comic.app.view.MainActivity', @@ -40,10 +40,10 @@ export default defineGkdApp({ rules: [ { key: 0, - name: '腾讯SDK', + name: '腾讯SDK-1', actionDelay: 350, //防误触 matches: - '[id="android:id/content"] >(-n+4) FrameLayout > FrameLayout[childCount=1] > ImageView[index=0 && id!=null]', + '[id="android:id/content"] >(3,4) FrameLayout[childCount>4] > FrameLayout[childCount=1] > ImageView', snapshotUrls: [ 'https://i.gkd.li/i/13830354', 'https://i.gkd.li/i/13842716', @@ -93,6 +93,14 @@ export default defineGkdApp({ 'https://i.gkd.li/i/13837855', //规则2 ], }, + { + key: 4, + name: '腾讯SDK-2', + actionDelay: 350, //防误触 + matches: + '[id="android:id/content"] >3 FrameLayout[childCount=2] > FrameLayout[childCount=1] > ImageView', + snapshotUrls: 'https://i.gkd.li/i/15173845', + }, ], }, {