mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 10:45:09 +08:00
feat: 东莞通-局部广告 #1375
This commit is contained in:
23
src/apps/com.futurefleet.dongguantongbus.ui.dg.ts
Normal file
23
src/apps/com.futurefleet.dongguantongbus.ui.dg.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.futurefleet.dongguantongbus.ui.dg',
|
||||
name: '东莞通',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '局部广告',
|
||||
desc: '点击关闭',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: 'com.unionpay.smartDG.activity.UPMainActivity',
|
||||
matches:
|
||||
'FrameLayout[childCount=5] > FrameLayout[childCount=1] > @ImageView[childCount=0][width<60 && height<60] <<n [vid="flow_ad_fl_container_view"][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/fd24a381-82eb-4dc2-80f8-410783a1a680',
|
||||
snapshotUrls: 'https://i.gkd.li/i/23290739',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user