From 3513ac98615a99eecdab2a72d5a1aa9c318d594a Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:49:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=A5=BF=E4=BA=86=E4=B9=88):=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=BC=B9=E7=AA=97,=E5=BC=80=E5=B1=8F=E7=BA=A2?= =?UTF-8?q?=E5=8C=85=E5=BC=B9=E7=AA=97,=20=E8=B6=85=E5=B8=82=E4=BE=BF?= =?UTF-8?q?=E5=88=A9=E9=A1=B5=E9=9D=A2-=E7=BA=A2=E5=8C=85=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=20(#168)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/me.ele.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/apps/me.ele.ts b/src/apps/me.ele.ts index 3c97d0b5..d1f0e5d0 100644 --- a/src/apps/me.ele.ts +++ b/src/apps/me.ele.ts @@ -11,5 +11,30 @@ export default defineAppConfig({ rules: '[id="me.ele:id/skip_button"]', snapshotUrls: 'https://gkd-kit.songe.li/import/12534930', }, + { + key: 1, + name: '更新弹窗', + activityIds: 'com.afollestad.materialdialogs.MaterialDialog', + rules: + '[text*="更新应用版本"] < ScrollView + [text="取消"][focusable=true]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12650280', + }, + { + enable: false, + key: 2, + name: '开屏红包弹窗', + activityIds: 'me.ele.component.pops2.Pops2MistDialog', + rules: + '@ImageView[id=null][clickable=true] - ViewGroup >(5) ViewGroup[childCount=5]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12650238', + }, + { + enable: false, + key: 3, + name: '超市便利页面-红包弹窗', + activityIds: 'me.ele.newretail.pack.ui.activity.PackActivity', + rules: '[desc$="今日红包"] +(n) [desc$="关闭"][clickable=true]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12650713', + }, ], });