From 3f836d438ae3fdcd3c9cf4e900e81f91f94a0903 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 14 Apr 2024 16:05:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(=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=E8=AF=AF=E8=A7=A6?= 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, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/com.growing.topwidgets.ts b/src/apps/com.growing.topwidgets.ts index 7e85b48f..5f75e02d 100644 --- a/src/apps/com.growing.topwidgets.ts +++ b/src/apps/com.growing.topwidgets.ts @@ -38,8 +38,11 @@ export default defineAppConfig({ { key: 1, matches: - '[id="android:id/content"] >(3,4) FrameLayout[childCount>1] > FrameLayout[childCount=1] > ImageView', - snapshotUrls: 'https://i.gkd.li/i/14964868', + '[id="android:id/content"] >3 FrameLayout[childCount=2] > FrameLayout[childCount=1] > ImageView', + snapshotUrls: [ + 'https://i.gkd.li/i/14964868', + 'https://i.gkd.li/i/14969910', // 避免误触 + ], }, ], },