mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
perf: 高德地图-更新提示 #1131
This commit is contained in:
@@ -27,20 +27,19 @@ export default defineGkdApp({
|
|||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
activityIds: 'com.autonavi.map.activity.NewMapActivity',
|
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗-1',
|
activityIds: 'com.autonavi.map.activity.NewMapActivity',
|
||||||
matches:
|
matches: [
|
||||||
'@[id="com.autonavi.minimap:id/iv_close"] + * > [text^="立即升级"]',
|
'[text="版本升级" || id="com.autonavi.minimap:id/update_viewpager"][visibleToUser=true]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13379094',
|
'[text="取消" || id="com.autonavi.minimap:id/iv_close"][visibleToUser=true]',
|
||||||
},
|
],
|
||||||
{
|
snapshotUrls: [
|
||||||
key: 2,
|
'https://i.gkd.li/i/13379094',
|
||||||
name: '更新弹窗-2',
|
'https://i.gkd.li/i/13379426',
|
||||||
matches: '@[text="取消"] + * + [text="去下载"]',
|
'https://i.gkd.li/i/21981032',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13379426',
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user