Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

feat(网易云音乐):播放页面赞赏好音乐弹窗 #3761

Merged
merged 2 commits into from
Jan 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/apps/com.netease.cloudmusic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,18 @@ export default defineAppConfig({
},
],
},
{
key: 11,
quickFind: true,
name: '全屏广告-播放页赞赏好音乐弹窗',
desc: '点击X',
rules: [
{
activityIds: 'com.netease.cloudmusic.activity.PlayerActivity',
matches: '@ImageView[clickable=true] +3 * > [text="立即支持"]',
snapshotUrls: 'https://i.gkd.li/import/13848913',
},
],
},
],
});