From 0ecbf1c14f64bb8347983d4fceb3288ad1ad25cd Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:35:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BD=91=E6=98=93=E4=BA=91=E9=9F=B3?= =?UTF-8?q?=E4=B9=90):=20=E5=8F=91=E7=8E=B0-=E9=A1=B6=E9=83=A8=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E5=B9=BF=E5=91=8A(gkd-kit#3449)=20(#3549)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3449 --- src/apps/com.netease.cloudmusic.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.netease.cloudmusic.ts b/src/apps/com.netease.cloudmusic.ts index 4bd6a036..8345ad21 100644 --- a/src/apps/com.netease.cloudmusic.ts +++ b/src/apps/com.netease.cloudmusic.ts @@ -217,5 +217,18 @@ export default defineAppConfig({ }, ], }, + { + key: 8, + name: '发现-顶部视频广告', + desc: '自动点击跳过。', + quickFind: true, + rules: [ + { + activityIds: 'com.netease.cloudmusic.activity.MainActivity', + matches: '[id="com.netease.cloudmusic:id/skipBannerAd"]', + snapshotUrls: 'https://i.gkd.li/import/13768367', + }, + ], + }, ], });