mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
22 lines
628 B
TypeScript
22 lines
628 B
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'org.daimhim.zzzfun',
|
|
name: 'ZzzFun',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-弹窗广告',
|
|
desc: '点击关闭',
|
|
rules: [
|
|
{
|
|
activityIds: 'org.daimhim.zzzfun.ui.home.video.VideoDetailsActivity',
|
|
matches:
|
|
'@ImageView[childCount=0][visibleToUser=true] < FrameLayout[childCount=1] <2 FrameLayout < FrameLayout < FrameLayout < FrameLayout < FrameLayout < [id="android:id/content"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13402608',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|