mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(国铁吉讯): 局部广告-卡片广告
This commit is contained in:
22
src/apps/com.crgt.ilife.ts
Normal file
22
src/apps/com.crgt.ilife.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user