From c1847fcc8d7ac6b2532b68dadff78e5ebbffc241 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 1 Aug 2024 12:39:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BD=E9=93=81=E5=90=89=E8=AE=AF):=20?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.crgt.ilife.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.crgt.ilife.ts diff --git a/src/apps/com.crgt.ilife.ts b/src/apps/com.crgt.ilife.ts new file mode 100644 index 00000000..23b752b8 --- /dev/null +++ b/src/apps/com.crgt.ilife.ts @@ -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', + }, + ], + }, + ], +});