diff --git a/src/apps/com.huawei.lives.ts b/src/apps/com.huawei.lives.ts new file mode 100644 index 00000000..76566bab --- /dev/null +++ b/src/apps/com.huawei.lives.ts @@ -0,0 +1,16 @@ +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://gkd-kit.songe.li/import/13063001', + }, + ], +});