From 0e2d8f9b270656f4bcc789ac3e5818ccf27e63e9 Mon Sep 17 00:00:00 2001 From: Ze-Zheng Wu Date: Mon, 4 Sep 2023 00:30:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=20oppo=20=E8=BD=AF?= =?UTF-8?q?=E4=BB=B6=E5=95=86=E5=BA=97=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=B7=B3=E8=BF=87=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.heytap.market.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.heytap.market.ts diff --git a/src/apps/com.heytap.market.ts b/src/apps/com.heytap.market.ts new file mode 100644 index 00000000..475d5652 --- /dev/null +++ b/src/apps/com.heytap.market.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.heytap.market', + name: '软件商店', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: + 'com.heytap.cdo.client.cards.page.main.maintab.MainTabActivity', + rules: + '[id="android:id/content"] > RelativeLayout > LinearLayout > [text="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12506561', + }, + ], +});