mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
feat: QQ音乐-全屏广告 #1213
This commit is contained in:
@@ -845,7 +845,7 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [
|
||||
{
|
||||
id: 'com.tencent.qqmusic',
|
||||
name: 'QQ音乐',
|
||||
deprecatedKeys: [10],
|
||||
deprecatedKeys: [7, 10],
|
||||
},
|
||||
{
|
||||
id: 'com.tongcheng.android',
|
||||
|
||||
@@ -165,6 +165,15 @@ export default defineGkdApp({
|
||||
exampleUrls: 'https://e.gkd.li/f1c596e5-36b6-485b-aa55-a235d57bddf9',
|
||||
snapshotUrls: 'https://i.gkd.li/i/22699207',
|
||||
},
|
||||
{
|
||||
key: 5,
|
||||
fastQuery: true,
|
||||
activityIds: '.activity.AppStarterActivity',
|
||||
matches:
|
||||
'@ImageView[childCount=0][visibleToUser=true][width<150 && height<150] < FrameLayout <2 FrameLayout < FrameLayout < FrameLayout < FrameLayout < FrameLayout < [id="android:id/content"]',
|
||||
exampleUrls: 'https://e.gkd.li/eb920de7-7f15-4398-b9a9-99ece0ab4ed6',
|
||||
snapshotUrls: 'https://i.gkd.li/i/22699223',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -240,22 +249,6 @@ export default defineGkdApp({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 7,
|
||||
name: '全屏广告-高品质音质弹窗',
|
||||
desc: '点击关闭',
|
||||
rules: [
|
||||
{
|
||||
key: 1,
|
||||
activityIds:
|
||||
'com.tencent.qqmusic.business.playernew.view.NewPlayerActivity',
|
||||
matches:
|
||||
'[id="android:id/content"] >4 FrameLayout[childCount=6] > FrameLayout[childCount=1][text=null][index=1] > ImageView[visibleToUser=true][childCount=0]',
|
||||
exampleUrls: 'https://e.gkd.li/bde2d326-6b44-4d4d-b8f6-8bfeb97d7e29',
|
||||
snapshotUrls: 'https://i.gkd.li/i/16914135',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 8,
|
||||
name: '评价提示-好评弹窗',
|
||||
|
||||
Reference in New Issue
Block a user