From c8a936912fe3419890b8ba8bcdf008948b0fff05 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Thu, 26 Oct 2023 22:51:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=89=8B=E6=9C=BA=E5=A4=A9=E7=8C=AB):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A;=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=20(#1397)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1395 --- src/apps/com.tmall.wireless.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.tmall.wireless.ts diff --git a/src/apps/com.tmall.wireless.ts b/src/apps/com.tmall.wireless.ts new file mode 100644 index 00000000..9292dc7f --- /dev/null +++ b/src/apps/com.tmall.wireless.ts @@ -0,0 +1,25 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tmall.wireless', + name: '手机天猫', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchLauncher: true, + activityIds: 'com.tmall.wireless.maintab.module.TMMainTabActivity', + rules: '[id="com.tmall.wireless:id/splash_ad_txt_skip"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13162604', + }, + { + key: 1, + name: '版本更新', + quickFind: true, + activityIds: 'com.tmall.wireless.splash.TMSplashActivity', + rules: '[id="com.tmall.wireless:id/update_button_cancel"] [text="取消"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13162603', + }, + ], +});