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', + ], }, ], },