From 2ec88fb5d353a10ccdef4d0c1a9306ee99436e23 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 10 Apr 2024 22:02:58 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E7=BD=91=E6=98=93=E4=BA=91=E9=9F=B3?= =?UTF-8?q?=E4=B9=90):=20=E5=88=86=E6=AE=B5=E5=B9=BF=E5=91=8A-=E8=AF=84?= =?UTF-8?q?=E8=AE=BA=E5=8C=BA=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.netease.cloudmusic.ts | 45 +++++++++++++++--------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/src/apps/com.netease.cloudmusic.ts b/src/apps/com.netease.cloudmusic.ts index 66522f776..b029a70a5 100644 --- a/src/apps/com.netease.cloudmusic.ts +++ b/src/apps/com.netease.cloudmusic.ts @@ -18,7 +18,7 @@ export default defineAppConfig({ 'com.netease.cloudmusic.activity.MainActivity', ], excludeActivityIds: - 'com.netease.cloudmusic.music.biz.comment.activity.CommentActivity', // 排除评论区,避免节点被遮罩时误触,评论区广告规则见groups key2 + 'com.netease.cloudmusic.music.biz.comment.activity.CommentActivity', // 排除评论区,避免节点被遮罩时误触,评论区广告规则见groups key 13 matches: '[vid="adTagView"][clickable=true]', exampleUrls: 'https://m.gkd.li/57941037/a603ceca-7e89-4b1f-9e17-508c583b32d8', @@ -83,6 +83,7 @@ export default defineAppConfig({ key: 2, name: '局部广告-卡片广告', desc: '点击关闭', + quickFind: true, rules: [ { key: 0, @@ -94,22 +95,6 @@ export default defineAppConfig({ 'https://m.gkd.li/57941037/827ebe8b-f3c6-4068-8d31-11d5b2578680', snapshotUrls: 'https://i.gkd.li/i/12745666', }, - { - key: 1, - name: '评论区广告', - quickFind: true, - activityIds: - 'com.netease.cloudmusic.music.biz.comment.activity.CommentActivity', - matches: - '@[vid="adTagView"] n [vid="adTagView"]', + snapshotUrls: [ + 'https://i.gkd.li/i/14275571', + 'https://i.gkd.li/i/14275955', + 'https://i.gkd.li/i/14070500', // 通过广告下方评论visibleToUser=true防止在此页面误触 + ], + }, + { + preKeys: [2], + key: 98, + name: '点击[直接关闭]', + matches: '[text="直接关闭"]', + snapshotUrls: 'https://i.gkd.li/i/14932659', + }, { preKeys: [0], - key: 1, + key: 99, name: '点击[不感兴趣]', matches: '@[clickable=true] > [text="不感兴趣"]', - exampleUrls: - 'https://m.gkd.li/57941037/3750b512-4970-48ee-bc04-0c0e597702c2', snapshotUrls: 'https://i.gkd.li/i/14549856', }, ],