From f63a05d264219d115e27d2ed40fd62644ac23864 Mon Sep 17 00:00:00 2001 From: dlh <22029832+dlh996@users.noreply.github.com> Date: Sun, 8 Oct 2023 23:11:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BD=E5=AE=B6=E5=8C=BB=E4=BF=9D?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=B9=B3=E5=8F=B0):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#750)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: dlh --- src/apps/cn.hsa.app.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/cn.hsa.app.ts diff --git a/src/apps/cn.hsa.app.ts b/src/apps/cn.hsa.app.ts new file mode 100644 index 00000000..8f895988 --- /dev/null +++ b/src/apps/cn.hsa.app.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'cn.hsa.app', + name: '国家医保服务平台', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'cn.hsa.app.login.ui.OpeningPageActivity', + rules: '[id="cn.hsa.app:id/tvCountDown"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12839891', + }, + ], +});