mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
17 lines
410 B
TypeScript
17 lines
410 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.huawei.lives',
|
|
name: '华为生活服务',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.huawei.lives.ui.SplashADActivity',
|
|
matchLauncher: true,
|
|
rules: '[id="com.huawei.lives:id/hiad_skip_text"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13063001',
|
|
},
|
|
],
|
|
});
|