From 053864fc860d75f015f3cefe19e9ac0a2cb1a656 Mon Sep 17 00:00:00 2001 From: lisonge Date: Sat, 30 Sep 2023 00:52:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BB=8A=E6=97=A5=E5=A4=B4=E6=9D=A1):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A-=E9=80=82=E9=85=8D?= =?UTF-8?q?=E5=85=B6=E5=AE=83=E5=B8=83=E5=B1=80=20(#492)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ss.android.article.news.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/apps/com.ss.android.article.news.ts b/src/apps/com.ss.android.article.news.ts index 2f2e4537..32249b0b 100644 --- a/src/apps/com.ss.android.article.news.ts +++ b/src/apps/com.ss.android.article.news.ts @@ -10,9 +10,11 @@ export default defineAppConfig({ activityIds: ['com.ss.android.article.news.activity.MainActivity'], rules: [ { - matches: - '[id="android:id/tabhost"] >(3) [text="跳过广告"][clickable=true]', - snapshotUrls: ['https://gkd-kit.gitee.io/import/12684954'], + matches: '[childCount=1] > [text="跳过广告"]', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12684954', + 'https://gkd-kit.gitee.io/import/12754759', + ], }, ], },