mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 10:32:21 +08:00
fix(京东金融): 关闭通知提醒完善 (#1821)
* fix(京东金融): 关闭通知提醒完善 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
f90e5ca6f1
commit
4cdded1fd7
|
@ -22,9 +22,23 @@ export default defineAppConfig({
|
|||
name: '通知提醒',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
activityIds: [
|
||||
'com.jd.jrapp.bm.mainbox.main.MainActivity',
|
||||
'com.jd.jrapp.bm.common.web.ui.WebActivity',
|
||||
],
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.jd.jrapp.bm.mainbox.main.MainActivity',
|
||||
rules: 'TextView[text^="打开通知"] +2 [id="com.jd.jrapp:id/iv_close"]',
|
||||
matches:
|
||||
'TextView[text^="打开通知"] +2 [id="com.jd.jrapp:id/iv_close"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13249998',
|
||||
},
|
||||
{
|
||||
activityIds: 'com.jd.jrapp.bm.common.web.ui.WebActivity',
|
||||
matches: 'View[text="开启并订阅通知"] < View + View[clickable=true]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13255656',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user