mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(外星人加速器): 局部广告-卡片广告
This commit is contained in:
28
src/apps/com.etalien.booster.ts
Normal file
28
src/apps/com.etalien.booster.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user