diff --git a/src/apps/cn.emagsoftware.gamehall.ts b/src/apps/cn.emagsoftware.gamehall.ts new file mode 100644 index 00000000..2cf7f1af --- /dev/null +++ b/src/apps/cn.emagsoftware.gamehall.ts @@ -0,0 +1,18 @@ +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://gkd-kit.gitee.io/import/13258853', + }, + ], +});