mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat: AK加速器-全屏广告 #940
This commit is contained in:
26
src/apps/com.akspeed.jiasuqi.gameboost.ts
Normal file
26
src/apps/com.akspeed.jiasuqi.gameboost.ts
Normal file
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user