mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +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:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user