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', + }, + ], + }, ], });