mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +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:
@@ -22,9 +22,23 @@ export default defineAppConfig({
|
|||||||
name: '通知提醒',
|
name: '通知提醒',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
activityIds: 'com.jd.jrapp.bm.mainbox.main.MainActivity',
|
activityIds: [
|
||||||
rules: 'TextView[text^="打开通知"] +2 [id="com.jd.jrapp:id/iv_close"]',
|
'com.jd.jrapp.bm.mainbox.main.MainActivity',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13249998',
|
'com.jd.jrapp.bm.common.web.ui.WebActivity',
|
||||||
|
],
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.jd.jrapp.bm.mainbox.main.MainActivity',
|
||||||
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user