feat(浙里办): 更新弹窗(补充规则) (#2716)

This commit is contained in:
Kun Jinkao
2023-12-03 16:38:25 +08:00
committed by GitHub
parent 0dcf2dc735
commit c106100e86

View File

@@ -17,12 +17,32 @@ export default defineAppConfig({
{ {
key: 1, key: 1,
name: '更新弹窗', name: '更新弹窗',
actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
quickFind: true, quickFind: true,
rules: rules: [
{
key: 0,
actionMaximum: 1,
matches:
'@[id="com.hanweb.android.zhejiang.activity:id/iv_cancel"] -2 * >2 [text="发现新版本"]', '@[id="com.hanweb.android.zhejiang.activity:id/iv_cancel"] -2 * >2 [text="发现新版本"]',
snapshotUrls: 'https://i.gkd.li/import/13402048', snapshotUrls: 'https://i.gkd.li/import/13402048',
}, },
// key 1,2 共同发挥作用,先点击[立即升级],然后返回,即可跳过更新弹窗
{
key: 1,
actionMaximumKey: 0,
matches:
'LinearLayout[childCount=2] > LinearLayout[childCount=2] > [text="立即升级"]',
snapshotUrls: 'https://i.gkd.li/import/13520598',
},
{
preKeys: 1,
key: 2,
matches:
'[text="版本更新"] - [id="com.hanweb.android.zhejiang.activity:id/rl_back"]',
snapshotUrls: 'https://i.gkd.li/import/13521059',
},
],
},
], ],
}); });