diff --git a/src/apps/cn.emagsoftware.gamehall.ts b/src/apps/cn.emagsoftware.gamehall.ts index c07246e5..44c7c265 100644 --- a/src/apps/cn.emagsoftware.gamehall.ts +++ b/src/apps/cn.emagsoftware.gamehall.ts @@ -14,5 +14,17 @@ export default defineAppConfig({ rules: '[id="cn.emagsoftware.gamehall:id/splash_skip"]', snapshotUrls: 'https://i.gkd.li/import/13258853', }, + { + key: 1, + name: '版本更新', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.migugame.home_module.ui.activity.HomeActivity', + rules: + '[id="cn.emagsoftware.gamehall:id/btn_update"] -2 [id="cn.emagsoftware.gamehall:id/btn_cancle"]', + snapshotUrls: 'https://i.gkd.li/import/13448894', + }, ], });