mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(华为音乐): 开屏广告 (#462)
This commit is contained in:
20
src/apps/com.huawei.music.ts
Normal file
20
src/apps/com.huawei.music.ts
Normal 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'],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user