mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:42:36 +08:00
feat(美团): 版本更新弹窗 (#79)
* 新增 美团 版本更新弹窗 * 更新 美团 版本更新弹窗 规则 * 修改快照链接 * fix(美团): 增加弹窗界面范围 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
parent
92f9e8f9cb
commit
7efb03560c
|
@ -10,5 +10,13 @@ export default defineAppConfig({
|
||||||
activityIds: 'com.meituan.android.pt.homepage.activity.MainActivity',
|
activityIds: 'com.meituan.android.pt.homepage.activity.MainActivity',
|
||||||
rules: 'TextView[id=`com.sankuai.meituan:id/close_btn`][text^=`跳过`]',
|
rules: 'TextView[id=`com.sankuai.meituan:id/close_btn`][text^=`跳过`]',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '版本更新弹窗',
|
||||||
|
activityIds: 'com.meituan.android.upgrade.ui.',
|
||||||
|
rules:
|
||||||
|
'TextView[text^=`新版本`] - Button[id=`com.sankuai.meituan:id/btn_close`]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12614559',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user