Files
AIsouler-GKD_subscription/src/apps/cn.emagsoftware.gamehall.ts
jiuqianyuan 199ea273e2 feat(咪咕快游): 版本更新 (#2461)
* feat(咪咕快游):版本更新

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

close #2449
2023-11-24 00:09:57 +08:00

31 lines
825 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'cn.emagsoftware.gamehall',
name: '咪咕快游',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
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',
},
],
});