mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 18:42:29 +08:00
feat(京东): 消息通知弹窗 (#748)
* feat(京东) - 消息通知 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
cbe133e9da
commit
c8b633381a
|
@ -48,5 +48,23 @@ export default defineAppConfig({
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 4,
|
||||
name: '消息-打开通知',
|
||||
activityIds:
|
||||
'com.jd.lib.message.messagecenter.view.activity.MessageCenterMainActivityNew',
|
||||
rules: [
|
||||
{
|
||||
matches: 'TextView[text="开启消息通知"] +n ImageView[clickable=true]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12839864',
|
||||
},
|
||||
{
|
||||
matches:
|
||||
'TextView[text ^="打开系统通知"] - FrameLayout[clickable=true]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12839865',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user