mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(QQ): 频道页面-广告弹窗 (#114)
This commit is contained in:
@@ -15,7 +15,7 @@ export default defineAppConfig({
|
||||
name: '消息页面-顶部广告',
|
||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||
rules: [
|
||||
'ImageView[id!=null][desc=\'关闭\'][clickable=true]', // 1687669217838
|
||||
'ImageView[id!=null][desc="关闭"][clickable=true]', // 1687669217838
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -35,5 +35,13 @@ export default defineAppConfig({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '频道页面-广告弹窗',
|
||||
activityIds:
|
||||
'com.tencent.qqlive.module.videoreport.inject.dialog.ReportDialog',
|
||||
rules: ['ImageView[id="com.tencent.mobileqq:id/close"][clickable=true]'],
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12642081'],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user