feat(vivo浏览器): 免流提示 (#2137)

close #2133
This commit is contained in:
walklty
2023-11-16 21:29:20 +08:00
committed by GitHub
parent 686f0881e3
commit bde078b49c

View File

@@ -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',
},
],