mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(QQ): 个人主页广告、腾讯文档页面-"使用App"弹窗
This commit is contained in:
@@ -349,7 +349,6 @@ export default defineAppConfig({
|
|||||||
key: 15,
|
key: 15,
|
||||||
name: '局部广告-好友动态页面"为你推荐"',
|
name: '局部广告-好友动态页面"为你推荐"',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.tencent.mobileqq.activity.SplashActivity',
|
'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
'com.qzone.reborn.feedx.activity.QZoneFriendFeedXActivity',
|
'com.qzone.reborn.feedx.activity.QZoneFriendFeedXActivity',
|
||||||
@@ -534,5 +533,38 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 25,
|
||||||
|
name: '全屏广告-个人主页广告',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
quickFind: true,
|
||||||
|
action: 'back',
|
||||||
|
activityIds:
|
||||||
|
'com.tencent.mobileqq.profilecard.activity.FriendProfileCardActivity',
|
||||||
|
matches: '[text="开启迷你窝"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/882ab889-a145-4951-9a44-1dc192490c79',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14188980',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 26,
|
||||||
|
name: '全屏广告-腾讯文档页面-"使用App"弹窗',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds:
|
||||||
|
'com.tencent.mobileqq.activity.TeamWorkDocEditBrowserActivity',
|
||||||
|
matches:
|
||||||
|
'[id="com.tencent.mobileqq:id/webview"] >3 View[childCount=14] > View[index=8] > View > TextView[clickable=true]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/6efc2dfd-79f3-43b5-bf20-f59a88295ddb',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14188983',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user