mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
@@ -22,9 +22,15 @@ export default defineAppConfig({
|
|||||||
name: '关闭开启通知弹窗',
|
name: '关闭开启通知弹窗',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
activityIds: 'com.xingin.xhs.index.v2.IndexActivityV2',
|
activityIds: [
|
||||||
|
'com.xingin.xhs.index.v2.IndexActivityV2',
|
||||||
|
'com.xingin.xhs.notification.NotificationAuthorizationTranslucentActivity',
|
||||||
|
],
|
||||||
rules: '@ImageView <2 FrameLayout >2 [text^="打开通知"]',
|
rules: '@ImageView <2 FrameLayout >2 [text^="打开通知"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13195753',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13195753', //com.xingin.xhs.index.v2.IndexActivityV2
|
||||||
|
'https://gkd-kit.gitee.io/import/13222356', //com.xingin.xhs.notification.NotificationAuthorizationTranslucentActivity
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user