From b860b8688f1dcb9d076f25d33a2b454d1e3085cf Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:28:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=8F=9C=E9=B8=9F):=20=E5=AF=84=E5=8C=85?= =?UTF-8?q?=E8=A3=B9-=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=E3=80=81?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=8F=90=E7=A4=BA=20(#1239)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.cainiao.wireless.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/apps/com.cainiao.wireless.ts b/src/apps/com.cainiao.wireless.ts index 13182552..2f875c6d 100644 --- a/src/apps/com.cainiao.wireless.ts +++ b/src/apps/com.cainiao.wireless.ts @@ -38,5 +38,26 @@ export default defineAppConfig({ rules: 'View[desc="立即查看"] +2 ImageView[id=null]', snapshotUrls: ['https://gkd-kit.songe.li/import/12914450'], }, + { + key: 3, + name: '寄包裹-弹窗广告', + enable: false, + activityIds: [ + 'com.alipay.mobile.nebulax.integration.mpaas.activity.NebulaActivity$Main', + ], + rules: 'View + Image + View[text.length>0]', + snapshotUrls: ['https://gkd-kit.songe.li/import/13042279'], + }, + { + key: 4, + name: '升级提示', + enable: false, + quickFind: true, + activityIds: [ + 'com.cainiao.wireless.homepage.view.activity.HomePageActivity', + ], + rules: '[text="确认"] - [text="取消"]', + snapshotUrls: ['https://gkd-kit.songe.li/import/13042207'], + }, ], });