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

Commit

Permalink
feat(网易云音乐):音乐回忆弹窗、规则分类
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 24, 2024
1 parent 20b8cb2 commit 1338847
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions src/apps/com.netease.cloudmusic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default defineAppConfig({
},
{
key: 2,
name: '我的页面-中间滚动广告',
name: '局部广告-我的页面-中间滚动广告',
quickFind: true,
activityIds: ['com.netease.cloudmusic.activity.MainActivity'],
rules:
Expand Down Expand Up @@ -184,7 +184,7 @@ export default defineAppConfig({
},
{
key: 6,
name: '更新弹窗',
name: '更新提示',
quickFind: true,

rules: [
Expand All @@ -206,7 +206,7 @@ export default defineAppConfig({
{
enable: false,
key: 7,
name: '播放界面广告',
name: '局部广告-播放界面广告',
desc: '右上角VIP小悬浮、巨幅卡片式广告',
quickFind: true,
activityIds: 'com.netease.cloudmusic.activity.PlayerActivity',
Expand All @@ -232,7 +232,7 @@ export default defineAppConfig({
},
{
key: 8,
name: '发现-顶部视频广告',
name: '局部广告-发现页顶部视频广告',
desc: '自动点击跳过。',
quickFind: true,
rules: [
Expand All @@ -245,7 +245,7 @@ export default defineAppConfig({
},
{
key: 9,
name: '免费听弹窗',
name: '全屏广告-免费听弹窗',
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.netease.cloudmusic.activity.MainActivity',
Expand All @@ -255,7 +255,7 @@ export default defineAppConfig({
},
{
key: 10,
name: '功能升级弹窗',
name: '功能类-功能升级弹窗',
rules: [
{
key: 0,
Expand Down Expand Up @@ -287,5 +287,19 @@ export default defineAppConfig({
},
],
},
{
key: 12,
name: '全屏广告-音乐回忆弹窗',
desc: '点击X',
quickFind: true,
rules: [
{
activityIds: 'com.netease.cloudmusic.activity.MainActivity',
matches:
'@ImageView[index=1] <2 ViewGroup[childCount=2] <<n [id="com.netease.cloudmusic:id/dsl_dialog_root"]',
snapshotUrls: 'https://i.gkd.li/import/14036940',
},
],
},
],
});

0 comments on commit 1338847

Please sign in to comment.