mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
28 lines
694 B
TypeScript
28 lines
694 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.android.mediacenter',
|
|
name: '华为音乐',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.android.mediacenter.PageActivity',
|
|
matchLauncher: true,
|
|
quickFind: true,
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches: '[id="com.huawei.hms.ads.uiengine:id/hiad_skip_text"]',
|
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12901417',
|
|
},
|
|
{
|
|
key: 1,
|
|
matches: '[id="com.android.mediacenter:id/jump"]',
|
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12908742',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|