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:
xiaowonet 2023-11-22 22:25:32 +08:00 committed by GitHub
parent c9456d3218
commit c68f8b69b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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