From eee2343fb5bf213f12e396d3b0b0793741bb89cd Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 17 Sep 2023 23:06:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(PU=E5=8F=A3=E8=A2=8B=E6=A0=A1=E5=9B=AD):?= =?UTF-8?q?=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A,=20=E4=BC=98=E9=87=8F?= =?UTF-8?q?=E6=B1=87=E5=B9=BF=E5=91=8A=20(#130)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xyhui.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.xyhui.ts diff --git a/src/apps/com.xyhui.ts b/src/apps/com.xyhui.ts new file mode 100644 index 00000000..f05ed604 --- /dev/null +++ b/src/apps/com.xyhui.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xyhui', + name: 'PU口袋校园', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.xyhui.start.LoadingActivity', + rules: 'ImageView -(4) LinearLayout > [text^="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12642486', + }, + { + key: 1, + name: '优量汇广告', + activityIds: 'com.xyhui.start.PUMainActivity', + rules: 'ImageView - FrameLayout[childCount=1] > ImageView[id=null]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12642482', + }, + ], +});