mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:32:22 +08:00
feat(QQ): 弹窗广告(补充 activityId) (#1609)
* feat 弹窗广告(补充 activityId) * feat(QQ): 频道页面广告-规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
parent
ceb2d031ef
commit
08bee54519
|
@ -60,11 +60,17 @@ export default defineAppConfig({
|
|||
rules: [
|
||||
{
|
||||
name: '弹窗广告',
|
||||
activityIds:
|
||||
quickFind: true,
|
||||
activityIds: [
|
||||
'com.tencent.mobileqq.activity.SplashActivity',
|
||||
'com.tencent.qqlive.module.videoreport.inject.dialog.ReportDialog',
|
||||
],
|
||||
matches:
|
||||
'ImageView[id="com.tencent.mobileqq:id/close"][clickable=true]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642081',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13206663', // com.tencent.mobileqq.activity.SplashActivity
|
||||
'https://gkd-kit.gitee.io/import/12642081', // com.tencent.qqlive.module.videoreport.inject.dialog.ReportDialog
|
||||
],
|
||||
},
|
||||
{
|
||||
name: '右侧悬浮广告',
|
||||
|
|
Loading…
Reference in New Issue
Block a user