Files
AIsouler-GKD_subscription/src/apps/com.heytap.browser.ts
jiuqianyuan 96da70253b 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
2023-10-30 23:45:59 +08:00

26 lines
578 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.heytap.browser',
name: 'OPPO浏览器',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: 'TextView[text^="跳过"][text.length<=4][clickable=true]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12841168',
'https://gkd-kit.gitee.io/import/13199536',
],
},
],
},
],
});