Files
AIsouler-GKD_subscription/src/apps/com.huawei.browser.ts
CallMeBill 8da8924dd7 feat(华为浏览器): 开屏广告 (#2313)
* feat(华为浏览器)

#2211

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

close #2211
2023-11-20 21:36:01 +08:00

24 lines
531 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$="/hiad_skip_text"]',
action: 'clickCenter',
snapshotUrls: [
'https://i.gkd.li/import/12681995',
'https://i.gkd.li/import/13403785',
],
},
],
},
],
});