From f049eea4cac4948aa7b5751d6e96a1818ecbb64b Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 10 Apr 2024 13:14:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(WiFi=E4=B8=87=E8=83=BD=E9=92=A5=E5=8C=99):?= =?UTF-8?q?=20=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5?= =?UTF-8?q?=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.snda.wifilocating.ts | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/apps/com.snda.wifilocating.ts b/src/apps/com.snda.wifilocating.ts index 19383c43..41576df0 100644 --- a/src/apps/com.snda.wifilocating.ts +++ b/src/apps/com.snda.wifilocating.ts @@ -7,23 +7,30 @@ export default defineAppConfig({ groups: [ { key: 1, - name: '全屏广告-"好看"页面广告弹窗', - desc: '点击X', - quickFind: true, + name: '全屏广告-广告弹窗', + desc: '点击关闭', rules: [ { + key: 0, + quickFind: true, activityIds: 'com.lantern.start.main.activity.HomeMainActivity', matches: '[vid="interstitial_close_iv"]', snapshotUrls: 'https://i.gkd.li/i/14032794', }, { + key: 1, activityIds: 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', matches: '[text="反馈"] + View[visibleToUser=true]', - exampleUrls: - 'https://m.gkd.li/57941037/e6a94c34-6580-4bf5-8c44-16c9c9534be4', snapshotUrls: 'https://i.gkd.li/i/14256643', }, + { + key: 2, + quickFind: true, + activityIds: 'com.zm.wfsdk.core.activity.WfInterstitialActivity', + matches: '[vid="wf_interstitial_close_iv"]', + snapshotUrls: 'https://i.gkd.li/i/14927523', + }, ], }, {