mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
25 lines
619 B
TypeScript
25 lines
619 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.huawei.himovie',
|
|
name: '华为视频',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: [
|
|
'com.huawei.video.content.impl.explore.main.activity.MainActivity',
|
|
'com.huawei.himovie.ui.login.SplashScreenActivity',
|
|
],
|
|
rules: {
|
|
matches: '[id="com.huawei.hms.ads.uiengine:id/hiad_skip_text"]',
|
|
action: 'clickCenter',
|
|
},
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/import/12814007',
|
|
'https://i.gkd.li/import/12819351',
|
|
],
|
|
},
|
|
],
|
|
});
|