feat(中国移动): 请求推送通知弹窗(优化规则) (#2035)

This commit is contained in:
Kun Jinkao
2023-11-13 00:33:07 +08:00
committed by GitHub
parent de45f6e30c
commit dea3f52b11

View File

@@ -35,11 +35,15 @@ export default defineAppConfig({
key: 10,
name: '请求推送通知弹窗',
desc: '请求推送通知弹窗,点击取消',
activityIds: ['com.miui.home.launcher.Launcher'],
activityIds: 'com.mc10086.cmcc.base.StartPageActivity',
matchLauncher: true,
rules: [
{
matches: '[text*="开启推送通知"] +(2) LinearLayout > [text="取消"]',
snapshotUrls: ['https://i.gkd.li/import/12662213'],
snapshotUrls: [
'https://i.gkd.li/import/12662213',
'https://i.gkd.li/import/13327880',
],
},
],
},