From d466fe3d3734bfba97f0cf70a9ce9f2f097b5794 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Tue, 2 Jan 2024 19:53:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=B8=AD=E5=9B=BD=E7=A7=BB=E5=8A=A8):=20?= =?UTF-8?q?=E6=9D=83=E9=99=90=E5=BC=B9=E7=AA=97=20(#3482)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3479 --- src/apps/com.greenpoint.android.mc10086.activity.ts | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/apps/com.greenpoint.android.mc10086.activity.ts b/src/apps/com.greenpoint.android.mc10086.activity.ts index c0b9e832..d2d25676 100644 --- a/src/apps/com.greenpoint.android.mc10086.activity.ts +++ b/src/apps/com.greenpoint.android.mc10086.activity.ts @@ -36,7 +36,6 @@ export default defineAppConfig({ name: '请求推送通知弹窗', desc: '请求推送通知弹窗,点击取消', activityIds: 'com.mc10086.cmcc.base.StartPageActivity', - rules: [ { matches: '[text*="开启推送通知"] +(2) LinearLayout > [text="取消"]', @@ -45,6 +44,11 @@ export default defineAppConfig({ 'https://i.gkd.li/import/13327880', ], }, + { + quickFind: true, + matches: '[text="授权提醒"] +3 [text="拒绝"]', + snapshotUrls: ['https://i.gkd.li/import/13775652'], + }, ], }, { @@ -55,8 +59,11 @@ export default defineAppConfig({ rules: [ { matches: - '[text*="获取您的剪切板信息"] < LinearLayout +(2) LinearLayout >(2) [text="不允许"]', - snapshotUrls: ['https://i.gkd.li/import/12662251'], + '[text*="获取您的"] < LinearLayout +(2) LinearLayout >(2) [text="不允许"]', + snapshotUrls: [ + 'https://i.gkd.li/import/12662251', + 'https://i.gkd.li/import/13775651', + ], }, ], },