mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
perf(京东): 权限提示-通知权限
This commit is contained in:
@@ -82,7 +82,6 @@ export default defineGkdApp({
|
|||||||
name: '权限提示-通知权限',
|
name: '权限提示-通知权限',
|
||||||
desc: '点击关闭',
|
desc: '点击关闭',
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
matchTime: 10000,
|
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
@@ -90,8 +89,7 @@ export default defineGkdApp({
|
|||||||
key: 0,
|
key: 0,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'.MainFrameActivity',
|
'.MainFrameActivity',
|
||||||
'com.jd.lib.message.messagecenter.view.activity.MessageCenterMainActivityNew',
|
'com.jd.lib.message.messagecenter',
|
||||||
'com.jd.lib.message.messagecenter3.MessageCenterActivity',
|
|
||||||
],
|
],
|
||||||
matches:
|
matches:
|
||||||
'@ImageView[index=parent.childCount.minus(1)][clickable=true][visibleToUser=true] -n [text="开启消息通知"]',
|
'@ImageView[index=parent.childCount.minus(1)][clickable=true][visibleToUser=true] -n [text="开启消息通知"]',
|
||||||
@@ -104,8 +102,7 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
activityIds:
|
activityIds: 'com.jd.lib.message.messagecenter',
|
||||||
'com.jd.lib.message.messagecenter.view.activity.MessageCenterMainActivityNew',
|
|
||||||
matches: '@[clickable=true] + [text^="打开系统通知"]',
|
matches: '@[clickable=true] + [text^="打开系统通知"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/12839865',
|
snapshotUrls: 'https://i.gkd.li/i/12839865',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user