From 791b89530672598cf1cfada80883947e29b87b3c Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 21 Jul 2024 10:09:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=AE=BE=E5=A4=87=E4=BF=A1=E6=81=AF):=20?= =?UTF-8?q?=E5=88=86=E6=AE=B5=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.liuzh.deviceinfo.ts | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/apps/com.liuzh.deviceinfo.ts diff --git a/src/apps/com.liuzh.deviceinfo.ts b/src/apps/com.liuzh.deviceinfo.ts new file mode 100644 index 00000000..46c73a85 --- /dev/null +++ b/src/apps/com.liuzh.deviceinfo.ts @@ -0,0 +1,36 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.liuzh.deviceinfo', + name: '设备信息', + groups: [ + { + key: 1, + name: '分段广告-卡片广告', + desc: '点击关闭', + rules: [ + { + key: 0, + fastQuery: true, + activityIds: 'com.liuzh.deviceinfo.MainActivity', + matches: + 'FrameLayout[childCount=3 || childCount=4] > ImageView[text=null] +(2,3) @FrameLayout[childCount=1] > ImageView[childCount=0] < TextView[text!=null] + ImageView[clickable=true][text=null][childCount=0]', + exampleUrls: 'https://e.gkd.li/ce0348d0-f864-4e52-b235-2e83ec7c20ac', + snapshotUrls: 'https://i.gkd.li/i/16322792', + }, + ], + }, + ], +});