mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
* feat(咪咕快游):版本更新 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #2449
31 lines
825 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|