mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat(QQ音乐): 局部广告-广告卡片(补充规则)
This commit is contained in:
@@ -9,8 +9,16 @@ export default defineAppConfig({
|
||||
name: '局部广告-广告卡片',
|
||||
activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity',
|
||||
rules: [
|
||||
{
|
||||
key: 1,
|
||||
activityIds:
|
||||
'com.tencent.qqmusic.business.playernew.view.NewPlayerActivity',
|
||||
matches: '[text^="广告"] + [text="跳过"][clickable=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13985169', // 播放界面
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity',
|
||||
matches: '[text="广告"] +n [desc="关闭"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13206534', //歌单页
|
||||
@@ -19,6 +27,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity',
|
||||
matches:
|
||||
'@ImageView - ImageView - RelativeLayout >n [text="听歌入会赢绿钻"||text="摇动点击广告跳转"]',
|
||||
snapshotUrls: [
|
||||
@@ -38,7 +47,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '功能类-内测体验弹窗',
|
||||
name: '更新提示-内测体验弹窗',
|
||||
desc: '点击[不再提醒]',
|
||||
activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity',
|
||||
quickFind: true,
|
||||
|
||||
Reference in New Issue
Block a user