mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(美团): 版本更新弹窗 (#79)
* 新增 美团 版本更新弹窗 * 更新 美团 版本更新弹窗 规则 * 修改快照链接 * fix(美团): 增加弹窗界面范围 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -10,5 +10,13 @@ export default defineAppConfig({
|
||||
activityIds: 'com.meituan.android.pt.homepage.activity.MainActivity',
|
||||
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',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user