From 3b95ee366dfc23e48dde7912fdca42f307677354 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 13 Apr 2024 09:50:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=87=E8=83=BD=E5=B0=8F=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=20Top=20Widgets):=20=E5=85=A8=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85=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.growing.topwidgets.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/apps/com.growing.topwidgets.ts b/src/apps/com.growing.topwidgets.ts index 1d891680..7e85b48f 100644 --- a/src/apps/com.growing.topwidgets.ts +++ b/src/apps/com.growing.topwidgets.ts @@ -29,11 +29,18 @@ export default defineAppConfig({ desc: '点击关闭', rules: [ { + key: 0, quickFind: true, activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity', matches: '@ImageView[clickable=true] - * >2 [text="反馈"]', snapshotUrls: 'https://i.gkd.li/i/14945552', }, + { + key: 1, + matches: + '[id="android:id/content"] >(3,4) FrameLayout[childCount>1] > FrameLayout[childCount=1] > ImageView', + snapshotUrls: 'https://i.gkd.li/i/14964868', + }, ], }, ],