feat(OPPO浏览器): 开屏广告 (#1601)

* feat(OPPO浏览器):开屏广告

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

close #1449
This commit is contained in:
jiuqianyuan
2023-10-30 23:45:59 +08:00
committed by GitHub
parent a34bd17169
commit 96da70253b

View File

@@ -7,13 +7,17 @@ export default defineAppConfig({
{
key: 0,
name: '开屏广告',
matchLauncher: true,
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches:
'[id="android:id/content"] >3 TextView[text^="跳过"][text.length<=4]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12841168',
matches: 'TextView[text^="跳过"][text.length<=4][clickable=true]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12841168',
'https://gkd-kit.gitee.io/import/13199536',
],
},
],
},