From 482c23ee47e5ab5b9edbb3fdd4896ad4a944e19f Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Fri, 8 Dec 2023 20:04:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E7=B1=B3=E9=9F=B3=E4=B9=90):=20?= =?UTF-8?q?=E6=B5=AE=E7=AA=97=E5=B9=BF=E5=91=8A=20(#2879)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2875 --- src/apps/com.miui.player.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/apps/com.miui.player.ts b/src/apps/com.miui.player.ts index 95a49dfd..6986ac08 100644 --- a/src/apps/com.miui.player.ts +++ b/src/apps/com.miui.player.ts @@ -49,6 +49,15 @@ export default defineAppConfig({ rules: 'ViewGroup > @ViewGroup + ViewGroup[childCount=5]', snapshotUrls: ['https://i.gkd.li/import/13304343'], }, + { + key: 4, + name: '飘窗广告_首页右侧', + activityIds: 'com.tencent.qqmusiclite.activity.MainActivity', + quickFind: true, + rules: + '[id="com.miui.player:id/cl_floating_promote"] > [id="com.miui.player:id/iv_close"]', + snapshotUrls: ['https://i.gkd.li/import/13562649'], + }, { enable: false, key: 10,