feat(华为音乐): 开屏广告 (#462)

This commit is contained in:
CallMeBill
2023-09-28 19:58:52 +08:00
committed by GitHub
parent 4806a4d4d6
commit baaf5946eb

View File

@@ -0,0 +1,20 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.huawei.music',
name: '华为音乐',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: ['com.android.mediacenter.PageActivity'],
rules: [
{
matches: '[id="com.huawei.hms.ads.uiengine:id/hiad_skip_text"]',
action: 'clickCenter',
snapshotUrls: ['https://gkd-kit.gitee.io/import/12745222'],
},
],
},
],
});