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

This commit is contained in:
二刺螈
2023-10-09 00:29:35 +08:00
parent 4c26e87d2d
commit 284530f355

View File

@@ -0,0 +1,21 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.heytap.browser',
name: 'OPPO浏览器',
groups: [
{
key: 0,
name: '开屏广告',
matchLauncher: true,
quickFind: true,
rules: [
{
matches:
'[id="android:id/content"] >3 TextView[text^="跳过"][text.length<=4]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12841168',
},
],
},
],
});