mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
22 lines
474 B
TypeScript
22 lines
474 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|