mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
@@ -155,7 +155,7 @@ export const blackListAppIDs: string[] = [
|
||||
'com.predidit.kazumi', // Kazumi
|
||||
'com.github.catfriend1.syncthingandroid', // Syncthing-Fork
|
||||
'org.fcitx.fcitx5.android', // 小企鹅输入法
|
||||
'org.fcitx.fcitx5.android.plugin.clipcoard_filter', // 小企鹅输入法(剪贴板过滤器插件)
|
||||
'org.fcitx.fcitx5.android.plugin.clipboard_filter', // 小企鹅输入法(剪贴板过滤器插件)
|
||||
'org.fcitx.fcitx5.android.plugin.rime', // 小企鹅输入法(中州韵插件)
|
||||
'org.fcitx.fcitx5.android.plugin.anthy', // 小企鹅输入法(Anthy 插件)
|
||||
'org.fdroid.fdroid', // F-Droid
|
||||
|
||||
Reference in New Issue
Block a user