From f4598ea18ff427d7b63d636cdeef1e958871923b Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Sun, 14 Jan 2024 23:05:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=8D=A3=E8=80=80=E5=95=86=E5=9F=8E):?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E5=86=85=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=20(#3869)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hihonor.vmall.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/com.hihonor.vmall.ts b/src/apps/com.hihonor.vmall.ts index d5f66630..eb8a8088 100644 --- a/src/apps/com.hihonor.vmall.ts +++ b/src/apps/com.hihonor.vmall.ts @@ -6,8 +6,11 @@ export default defineAppConfig({ groups: [ { key: 1, - name: '应用内广告弹窗', - activityIds: 'com.vmall.client.base.fragment.VmallWapActivity', + name: '全屏广告-应用内广告弹窗', + activityIds: [ + 'com.vmall.client.base.fragment.VmallWapActivity', + 'com.vmall.client.splash.fragment.SplashActivity', + ], rules: '[id="com.hihonor.vmall:id/gift_close_iv"]', snapshotUrls: 'https://i.gkd.li/import/13060881', },