mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
fix: 网易云音乐-全屏广告误触 #1566
This commit is contained in:
@@ -133,9 +133,10 @@ export default defineGkdApp({
|
||||
'.music.biz.rn.activity.LayerReactNativeActivity',
|
||||
'.music.biz.comment.activity.CommentActivity',
|
||||
],
|
||||
excludeMatches: '[text="当前场景"][visibleToUser=true]',
|
||||
excludeMatches:
|
||||
'[text="当前场景" || vid="mainDrawerContainer"][visibleToUser=true]',
|
||||
matches:
|
||||
'[vid="dsl_dialog_root" || text^="邀您开通VIP" || text^="本周已免费试听" || text^="免费听模式体验中" || text$="立即续费" || text*="小组件到桌面"][visibleToUser=true]',
|
||||
'[vid="dsl_dialog_root" || text^="邀您开通VIP" || text^="本周已免费试听" || text^="免费听模式体验中" || text^="续费后,即可畅听" || text*="小组件到桌面"][visibleToUser=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/13804534',
|
||||
'https://i.gkd.li/i/13848913',
|
||||
@@ -155,6 +156,7 @@ export default defineGkdApp({
|
||||
'https://i.gkd.li/i/15404777',
|
||||
'https://i.gkd.li/i/20115204',
|
||||
'https://i.gkd.li/i/20159204',
|
||||
'https://i.gkd.li/i/24157914',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user