feat(外星人加速器): 局部广告-卡片广告

This commit is contained in:
AIsouler
2024-04-28 20:06:32 +08:00
parent 9c3905adbf
commit 1620092dda

View File

@@ -0,0 +1,28 @@
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.etalien.booster',
name: '外星人加速器',
groups: [
{
key: 1,
name: '局部广告-卡片广告',
desc: '点击关闭',
rules: [
{
key: 0,
position: {
left: 'width * 0.9037',
top: 'width * 0.2976',
},
activityIds: 'com.etalien.booster.mobile.MainActivity',
matches:
'View[childCount=3] > @View[childCount=1] >2 FrameLayout[childCount=4]',
exampleUrls:
'https://m.gkd.li/57941037/33c6f9e3-25d7-4a5c-868a-35726ea9554e',
snapshotUrls: 'https://i.gkd.li/i/15142013',
},
],
},
],
});