From 4842bcf29f39e202a64d6a548926b224d56859d7 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:18:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=8D=A3=E8=80=80=E5=95=86=E5=9F=8E):=20?= =?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(#1290)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1285 --- src/apps/com.hihonor.vmall.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.hihonor.vmall.ts diff --git a/src/apps/com.hihonor.vmall.ts b/src/apps/com.hihonor.vmall.ts new file mode 100644 index 00000000..7b949dee --- /dev/null +++ b/src/apps/com.hihonor.vmall.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.hihonor.vmall', + name: '荣耀商城', + groups: [ + { + key: 1, + name: '应用内广告弹窗', + activityIds: 'com.vmall.client.base.fragment.VmallWapActivity', + rules: '[id="com.hihonor.vmall:id/gift_close_iv"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13060881', + }, + ], +});