mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
26 lines
562 B
TypeScript
26 lines
562 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://i.gkd.li/import/12841168',
|
|
'https://i.gkd.li/import/13199536',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|