mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 18:02:34 +08:00
feat(百度地图): 通勤卡-添加至桌面 (#2403)
* 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
c9456d3218
commit
c68f8b69b4
|
@ -122,5 +122,20 @@ export default defineAppConfig({
|
|||
'[text="打开通知权限"] <n LinearLayout + ImageView[id="com.baidu.BaiduMap:id/push_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13258995',
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 9,
|
||||
name: '通勤卡-添加至桌面',
|
||||
desc: '点击取消',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.baidu.baidumaps.MapsActivity',
|
||||
matches: 'TextView[id=\'com.baidu.BaiduMap:id/tv_dialog_cancel\']',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13439258',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user