diff --git a/src/apps/com.vivo.browser.ts b/src/apps/com.vivo.browser.ts index 1dce304e..b12a9f37 100644 --- a/src/apps/com.vivo.browser.ts +++ b/src/apps/com.vivo.browser.ts @@ -7,8 +7,18 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.vivo.browser.BrowserActivity', - rules: 'TextView[clickable = true && text ^= "跳过" && text.length = 4]', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[text^="跳过"][text.length<10]', + snapshotUrls: 'https://i.gkd.li/import/12847431', + }, + { + key: 1, + name: '免流提示', + activityIds: 'com.vivo.browser.pendant.PendantActivity', + rules: '[id="com.vivo.browser:id/dialog_button_right"][text="继续浏览"]', snapshotUrls: 'https://i.gkd.li/import/12847431', }, ],