From f59dcd392ca2cbe0d15a21fb0e38df30a1dcebb7 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 13 Apr 2024 09:55:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=85=B7=E7=8B=97=E9=9F=B3=E4=B9=90):=20?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.kugou.android.ts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/apps/com.kugou.android.ts b/src/apps/com.kugou.android.ts index 64e20fa2..a110ef22 100644 --- a/src/apps/com.kugou.android.ts +++ b/src/apps/com.kugou.android.ts @@ -36,9 +36,10 @@ export default defineAppConfig({ }, { key: 1, - name: '局部广告-个人页顶部广告', + name: '局部广告-卡片广告', rules: [ { + key: 0, activityIds: 'com.kugou.android.app.MediaActivity', matches: 'ViewGroup[childCount=2] > ImageView + FrameLayout > LinearLayout > ImageView', @@ -46,6 +47,15 @@ export default defineAppConfig({ 'https://m.gkd.li/87047583/9e150986-2103-4130-a12f-12ed2b07ef90', snapshotUrls: 'https://i.gkd.li/i/13558426', }, + { + key: 1, + quickFind: true, + activityIds: 'com.kugou.android.app.MediaActivity', + matches: '@[desc="关闭"] [text^="豪华VIP"]', + exampleUrls: + 'https://m.gkd.li/57941037/adb9a250-d23d-48ef-b1a5-5e828d56cb97', + snapshotUrls: 'https://i.gkd.li/i/14964889', + }, ], }, {