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:
jiuqianyuan 2023-10-08 23:11:13 +08:00 committed by GitHub
parent cbe133e9da
commit c8b633381a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
},
],
},
],
});