feat(顺丰速运): 更新弹窗(补充规则) (#1921)

This commit is contained in:
Kun Jinkao
2023-11-09 18:14:55 +08:00
committed by GitHub
parent 49cfb43c27
commit 0c679420ee

View File

@@ -20,8 +20,19 @@ export default defineAppConfig({
key: 1,
name: '更新弹窗',
activityIds: 'com.sf.activity.MainActivity',
rules: ['@[text="取消"] < ViewGroup - ScrollView >(2) [text*="新版本"]'],
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642445',
rules: [
{
key: 0,
matches:
'@[text="取消"] < ViewGroup - ScrollView >(2) [text*="新版本"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642445',
},
{
key: 1,
matches: '@[desc="取消"] - ViewGroup >n [text="立即升级"]',
snapshotUrls: 'https://i.gkd.li/import/13291144',
},
],
},
{
key: 2,