mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
22
src/apps/com.xwg.cc.ts
Normal file
22
src/apps/com.xwg.cc.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.xwg.cc',
|
||||||
|
name: '希望谷',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: '.ui.other.YLHAdvertActivity',
|
||||||
|
matches:
|
||||||
|
'@ImageView[childCount=0][text=null][visibleToUser=true] < FrameLayout[childCount=1] <2 FrameLayout[childCount=2] <2 FrameLayout[childCount=2] <2 FrameLayout[childCount=2] - FrameLayout > [text^="扭动或点击"]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/ed6e343a-7a53-4d22-84b8-a2da1da5b241',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/23228410',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user