mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(美团): 版本更新弹窗 (#212)
This commit is contained in:
@@ -13,10 +13,16 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '版本更新弹窗',
|
name: '版本更新弹窗',
|
||||||
activityIds: 'com.meituan.android.upgrade.ui.',
|
activityIds: [
|
||||||
|
'com.meituan.android.upgrade.ui.',
|
||||||
|
'com.meituan.android.upgrade.UpgradeDialogActivity',
|
||||||
|
],
|
||||||
rules:
|
rules:
|
||||||
'TextView[text^=`新版本`] - Button[id=`com.sankuai.meituan:id/btn_close`]',
|
'TextView[text^=`新版本`] - Button[id=`com.sankuai.meituan:id/btn_close`]',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12614559',
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.gitee.io/import/12614559',
|
||||||
|
'https://gkd-kit.gitee.io/import/12673132',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user