mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(看护家): 全屏广告-弹窗广告 (#426)
This commit is contained in:
27
src/apps/com.nursinghome.monitor.ts
Normal file
27
src/apps/com.nursinghome.monitor.ts
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.nursinghome.monitor',
|
||||||
|
name: '看护家',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-弹窗广告',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
fastQuery: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
activityIds: '.ui.activity.MainActivity',
|
||||||
|
matches:
|
||||||
|
'ImageView[childCount=0][text=null] < @ViewGroup[clickable=true][childCount=1] < ViewGroup <6 ViewGroup + ViewGroup >3 [text="广告"]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/12316698-b92f-4a78-be55-5d9a90700f4a',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/17504953',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user