diff --git a/src/apps/com.vivo.browser.ts b/src/apps/com.vivo.browser.ts new file mode 100644 index 00000000..802a03b2 --- /dev/null +++ b/src/apps/com.vivo.browser.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.vivo.browser', + name: 'vivo浏览器', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.vivo.browser.BrowserActivity', + rules: 'TextView[clickable = true && text ^= "跳过" && text.length = 4]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12847431', + }, + ], +});