From 2ee96457f5f1526619d14bc91f49d3a8a8bb00bf Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 5 Aug 2024 19:40:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(UC=E6=B5=8F=E8=A7=88=E5=99=A8):=20?= =?UTF-8?q?=E5=BC=80=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.UCMobile.ts | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/apps/com.UCMobile.ts b/src/apps/com.UCMobile.ts index 0b93484b..cf29ecf3 100644 --- a/src/apps/com.UCMobile.ts +++ b/src/apps/com.UCMobile.ts @@ -7,7 +7,6 @@ export default defineGkdApp({ { key: -1, name: '开屏广告', - fastQuery: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', @@ -15,6 +14,7 @@ export default defineGkdApp({ rules: [ { key: 0, + fastQuery: true, matches: 'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true][visibleToUser=true] + TextView[text=null] < FrameLayout[childCount=4] >3 FrameLayout[childCount=4] > RelativeLayout[childCount=1] > View[childCount=0][text=null][clickable=true]', snapshotUrls: 'https://i.gkd.li/i/13197655', }, + { + key: 2, + fastQuery: true, + position: { + left: 'width * 0.9', + top: 'width * 0.1676', + }, + activityIds: 'com.uc.browser.InnerUCMobile', + matches: '[id="com.UCMobile.adn_jingdong_sdk:id/animation_view"]', + exampleUrls: 'https://e.gkd.li/92da64ad-5b08-4343-bec2-bb6a7e0bb92d', + snapshotUrls: 'https://i.gkd.li/i/16494884', + }, ], }, {