diff --git a/src/apps/com.etalien.booster.ts b/src/apps/com.etalien.booster.ts new file mode 100644 index 00000000..192a3097 --- /dev/null +++ b/src/apps/com.etalien.booster.ts @@ -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', + }, + ], + }, + ], +});