From 1548f2a2ed4aec173817df9e7fd9bdc4c0dcb044 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 24 Feb 2024 17:40:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(vivo=E6=B5=8F=E8=A7=88=E5=99=A8)=20?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E5=A4=A9=E6=B0=94?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.vivo.browser.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/apps/com.vivo.browser.ts b/src/apps/com.vivo.browser.ts index a94c1bbd..ce2e92e5 100644 --- a/src/apps/com.vivo.browser.ts +++ b/src/apps/com.vivo.browser.ts @@ -11,5 +11,17 @@ export default defineAppConfig({ rules: '[id="com.vivo.browser:id/dialog_button_right"][text="继续浏览"]', snapshotUrls: 'https://i.gkd.li/i/12847431', }, + { + key: 2, + name: '局部广告-天气详情页面', + rules: [ + { + key: 0, + activityIds: 'com.vivo.browser.lightweb.LightWebNomalStartActivity', + matches: '[text$="广告"] +5 * > Image', + snapshotUrls: 'https://i.gkd.li/i/14392332', + }, + ], + }, ], });