From 1880aef1779d16bf49768b574b6aa144c38b9384 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 28 Feb 2024 12:56:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=9B=B4=E6=92=AD=E5=90=A7):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/android.zhibo8.ts | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/apps/android.zhibo8.ts b/src/apps/android.zhibo8.ts index f64384e6..dc15105b 100644 --- a/src/apps/android.zhibo8.ts +++ b/src/apps/android.zhibo8.ts @@ -18,10 +18,14 @@ export default defineAppConfig({ { key: 0, name: '点击关闭', - matches: '@[vid="iv_tip"][clickable=true] -2 * > [text="广告"]', + matches: + '@[id$="iv_tip"][clickable=true] -2 * > [text="广告"][visibleToUser=true]', exampleUrls: 'https://m.gkd.li/57941037/b67e6d84-0373-4985-82da-c8443904c8f0', - snapshotUrls: 'https://i.gkd.li/i/14428863', + snapshotUrls: [ + 'https://i.gkd.li/i/14428863', + 'https://i.gkd.li/i/13786148', + ], }, { key: 1, @@ -31,13 +35,6 @@ export default defineAppConfig({ 'https://m.gkd.li/57941037/cb130039-0338-4225-91f0-eae4669ed0dc', snapshotUrls: 'https://i.gkd.li/i/14428912', }, - { - key: 2, - name: '点击"广告"右侧的x', - matches: - '[text="广告"] <3 LinearLayout +2 [visibleToUser=true][id="android.zhibo8:id/iv_tip"]', - snapshotUrls: 'https://i.gkd.li/i/13786148', - }, ], }, {