From 325d8fa5bb8eef6a901ea9f97c36a2f24969bf6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=88=BA=E8=9E=88?= Date: Sun, 8 Oct 2023 23:50:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=97=E7=89=A9):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#772)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.shizhuang.duapp.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.shizhuang.duapp.ts diff --git a/src/apps/com.shizhuang.duapp.ts b/src/apps/com.shizhuang.duapp.ts new file mode 100644 index 00000000..9f4eb1c2 --- /dev/null +++ b/src/apps/com.shizhuang.duapp.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.shizhuang.duapp', + name: '得物', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.shizhuang.duapp.modules.home.ui.SplashActivity', + rules: [ + { + matches: '[id="com.shizhuang.duapp:id/tv_countdown_bottom"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12841026', + }, + ], + }, + ], +});