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