mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(网易云音乐): 弹窗广告(补充规则) (#3201)
This commit is contained in:
@@ -93,7 +93,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 4,
|
key: 4,
|
||||||
name: '广告弹窗',
|
name: '弹窗广告',
|
||||||
activityIds: 'com.netease.cloudmusic.activity.MainActivity',
|
activityIds: 'com.netease.cloudmusic.activity.MainActivity',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -108,6 +108,12 @@ export default defineAppConfig({
|
|||||||
matches: '[text="广告"] < ViewGroup + ImageView',
|
matches: '[text="广告"] < ViewGroup + ImageView',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13229016',
|
snapshotUrls: 'https://i.gkd.li/import/13229016',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
matches:
|
||||||
|
'[id="com.netease.cloudmusic:id/dsl_dialog_root"] >n ViewGroup[childCount=2] > ImageView + ImageView[clickable=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13684724',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user