mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat: 小米音乐 (#924)
This commit is contained in:
@@ -109,15 +109,47 @@ export default defineGkdApp({
|
||||
},
|
||||
{
|
||||
key: 13,
|
||||
name: '局部广告-首页卡片广告',
|
||||
name: '局部广告-主界面卡片广告',
|
||||
rules: [
|
||||
{
|
||||
key: 1,
|
||||
fastQuery: true,
|
||||
activityIds: 'com.tencent.qqmusiclite.activity.MainActivity',
|
||||
matches: '[id="com.miui.player:id/ad_close"]',
|
||||
matches: '[vid="ad_close"][text=null]',
|
||||
exampleUrls: 'https://e.gkd.li/32ad4d0f-8992-45b0-9e1f-82ce2cc58dcb',
|
||||
snapshotUrls: 'https://i.gkd.li/i/16773614',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
fastQuery: true,
|
||||
activityIds: 'com.tencent.qqmusiclite.activity.MainActivity',
|
||||
matches: '[vid="banner_divider"] - * > [vid="close_banner"]',
|
||||
exampleUrls: 'https://e.gkd.li/d9b74767-84b6-4668-8a9b-261bd938a8a3',
|
||||
snapshotUrls: 'https://i.gkd.li/i/20420253',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 14,
|
||||
name: '分段广告-首页卡片广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
fastQuery: true,
|
||||
activityIds: 'com.tencent.qqmusiclite.activity.MainActivity',
|
||||
matches: '[vid="ad_more"]',
|
||||
exampleUrls: 'https://e.gkd.li/e7d3d6c3-d8be-4e0f-ac02-e5df2a0615b3',
|
||||
snapshotUrls: 'https://i.gkd.li/i/20420265',
|
||||
},
|
||||
{
|
||||
preKeys: [0],
|
||||
key: 20,
|
||||
fastQuery: true,
|
||||
activityIds: 'com.tencent.qqmusiclite.activity.MainActivity',
|
||||
matches: '[vid="ad_close"][text="不感兴趣"]',
|
||||
exampleUrls: 'https://e.gkd.li/6ca7beba-98b8-4892-b275-1a116d040115',
|
||||
snapshotUrls: 'https://i.gkd.li/i/20420322',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user