mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(中国移动): 请求推送通知弹窗(优化规则) (#2035)
This commit is contained in:
@@ -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',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user