feat(国铁吉讯): 局部广告-卡片广告

This commit is contained in:
AIsouler
2024-08-01 12:39:07 +08:00
parent b9c535ca28
commit c1847fcc8d

View File

@@ -0,0 +1,22 @@
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.crgt.ilife',
name: '国铁吉讯',
groups: [
{
key: 1,
name: '局部广告-卡片广告',
desc: '点击关闭',
rules: [
{
activityIds: 'com.crgt.ilife.ui.main.MainPageView',
matches:
'FrameLayout[childCount=2] > FrameLayout[childCount=2] > FrameLayout[childCount=3] > @FrameLayout[childCount=1] > ImageView[childCount=0][text=null]',
exampleUrls: 'https://e.gkd.li/3026504f-acb7-4f58-b171-ab664b2caf27',
snapshotUrls: 'https://i.gkd.li/i/16450332',
},
],
},
],
});