From f5a8e7e093d7ce2ed3878fe6b1b23be84a1bf1e6 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 23 Oct 2023 00:44:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=8E=E4=B8=BA=E7=94=9F=E6=B4=BB?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#1308)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.huawei.lives.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.huawei.lives.ts 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', + }, + ], +});