From a1488170965f233964afda2a31d333b5ecfab09e Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Tue, 10 Oct 2023 00:20:59 +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=E8=A7=84=E5=88=99?= =?UTF-8?q?=E4=BC=98=E5=8C=96,=E9=A6=96=E9=A1=B5-=E6=B5=AE=E7=AA=97?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#815)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(PU口袋校园): 开屏广告规则优化、首页-浮窗广告(gkd-kit#814) * feat(PU口袋校园): 首页-浮窗广告-规则优化 --------- Co-authored-by: 二刺螈 --- src/apps/com.xyhui.ts | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/apps/com.xyhui.ts b/src/apps/com.xyhui.ts index 267702d6..50787ccd 100644 --- a/src/apps/com.xyhui.ts +++ b/src/apps/com.xyhui.ts @@ -8,8 +8,11 @@ export default defineAppConfig({ key: 0, name: '开屏广告', activityIds: 'com.xyhui.start.LoadingActivity', - rules: 'ImageView -(4) LinearLayout > [text^="跳过"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12642486', + rules: 'LinearLayout > [text^="跳过"]', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12642486', + 'https://gkd-kit.songe.li/import/12846496', + ], }, { key: 1, @@ -45,5 +48,12 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '首页-浮窗广告', + activityIds: 'com.xyhui.start.PUMainActivity', + rules: 'ImageView[id="com.xyhui:id/deleteIv"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12846543', + }, ], });