mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
21 lines
495 B
TypeScript
21 lines
495 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.huawei.browser',
|
|
name: '华为浏览器',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: ['com.huawei.browser.BrowserMainActivity'],
|
|
rules: [
|
|
{
|
|
matches: '[id="com.huawei.hms.ads.uiengine:id/hiad_skip_text"]',
|
|
action: 'clickCenter',
|
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12681995'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|