diff --git a/src/apps/com.akspeed.jiasuqi.gameboost.ts b/src/apps/com.akspeed.jiasuqi.gameboost.ts new file mode 100644 index 00000000..26a6079a --- /dev/null +++ b/src/apps/com.akspeed.jiasuqi.gameboost.ts @@ -0,0 +1,26 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.akspeed.jiasuqi.gameboost', + name: 'AK加速器', + groups: [ + { + key: 1, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: '.ui.screen.MainActivity', + matches: + '@ImageView[index=1][clickable=true][visibleToUser=true][width<200 && height<200] <2 View[childCount=2] < View < ViewGroup < [id="android:id/content"]', + exampleUrls: 'https://e.gkd.li/8cf84942-9a6e-43a7-b743-d72dff1b7d8c', + snapshotUrls: 'https://i.gkd.li/i/20538098', + }, + ], + }, + ], +});