From 5998011410cf12abcfe5bdb47fb8e7b0f36a397d Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sat, 7 Oct 2023 23:51:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=AD=E5=9B=BD=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E6=B5=99=E6=B1=9F):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#697)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(中国移动浙江) - 开屏广告 * 格式订正 删除末尾空行 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.example.businesshall.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.example.businesshall.ts diff --git a/src/apps/com.example.businesshall.ts b/src/apps/com.example.businesshall.ts new file mode 100644 index 00000000..4fc80e7e --- /dev/null +++ b/src/apps/com.example.businesshall.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.example.businesshall', + name: '中国移动浙江', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: ['com.businesshall.activity.NewLogoActivity'], + rules: [ + { + matches: '[id="com.example.businesshall:id/jump_layout"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12830978'], + }, + ], + }, + ], +});