feat(华为浏览器): 开屏广告 (#230)

This commit is contained in:
CallMeBill
2023-09-21 21:30:45 +08:00
committed by GitHub
parent a6ada49f7f
commit fb154f6623

View File

@@ -0,0 +1,20 @@
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'],
},
],
},
],
});