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:
@@ -32,7 +32,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '消息页面-顶部广告',
|
name: '局部广告-消息页面顶部广告',
|
||||||
desc: '规则误触,待修复,需要快照准确定位', // 当从聊天界面点击链接进入网页时会误触
|
desc: '规则误触,待修复,需要快照准确定位', // 当从聊天界面点击链接进入网页时会误触
|
||||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
rules: [
|
rules: [
|
||||||
@@ -124,7 +124,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '频道页面广告',
|
name: '全屏广告-频道页面广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
name: '弹窗广告',
|
name: '弹窗广告',
|
||||||
@@ -152,7 +152,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 4,
|
key: 4,
|
||||||
name: '顶部SVIP广告',
|
name: '局部广告-顶部SVIP广告',
|
||||||
desc: '消息界面-搜索框和消息记录之间的广告卡片,点击关闭右侧x',
|
desc: '消息界面-搜索框和消息记录之间的广告卡片,点击关闭右侧x',
|
||||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
rules:
|
rules:
|
||||||
@@ -168,7 +168,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 5,
|
key: 5,
|
||||||
name: '好友热播',
|
name: '局部广告-动态页好友热播',
|
||||||
desc: '好友动态中的好友热播,自动选择“减少好友热播” - 默认关闭',
|
desc: '好友动态中的好友热播,自动选择“减少好友热播” - 默认关闭',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.qzone.reborn.feedx.activity.QZoneFriendFeedXActivity',
|
'com.qzone.reborn.feedx.activity.QZoneFriendFeedXActivity',
|
||||||
@@ -197,7 +197,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 7,
|
key: 7,
|
||||||
name: '扫一扫-登录确认',
|
name: '功能类-扫一扫登录确认',
|
||||||
desc: '自动点击登录。包括 PC 登录确认、QQ 互联登录确认。',
|
desc: '自动点击登录。包括 PC 登录确认、QQ 互联登录确认。',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
rules: [
|
rules: [
|
||||||
@@ -230,7 +230,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 8,
|
key: 8,
|
||||||
name: '消息页面顶部-无法接收新消息通知',
|
name: '功能类-消息页面顶部"无法接收新消息通知"',
|
||||||
desc: '消息界面-搜索框和消息记录之间的通知卡片,点击关闭右侧x',
|
desc: '消息界面-搜索框和消息记录之间的通知卡片,点击关闭右侧x',
|
||||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
rules: 'RelativeLayout > [text^="当前无法接收"] + ImageView',
|
rules: 'RelativeLayout > [text^="当前无法接收"] + ImageView',
|
||||||
@@ -238,7 +238,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 9,
|
key: 9,
|
||||||
name: '我的等级-浮窗广告',
|
name: '局部广告-我的等级页面浮窗广告',
|
||||||
activityIds: 'com.tencent.mobileqq.activity.QQBrowserActivity',
|
activityIds: 'com.tencent.mobileqq.activity.QQBrowserActivity',
|
||||||
rules:
|
rules:
|
||||||
'TextView[text="QQ等级规则"] + View > TextView[id=null&&text.length=0]',
|
'TextView[text="QQ等级规则"] + View > TextView[id=null&&text.length=0]',
|
||||||
@@ -247,7 +247,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 10,
|
key: 10,
|
||||||
name: '自动勾选原图',
|
name: '功能类-自动勾选原图',
|
||||||
desc: '发送图片时自动勾选原图',
|
desc: '发送图片时自动勾选原图',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.tencent.mobileqq.activity.SplashActivity',
|
'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
@@ -265,7 +265,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 11,
|
key: 11,
|
||||||
name: '自动查看原图',
|
name: '功能类-自动查看原图',
|
||||||
desc: '查看图片时自动点击原图',
|
desc: '查看图片时自动点击原图',
|
||||||
activityIds: 'com.tencent.richframework.gallery.QQGalleryActivity',
|
activityIds: 'com.tencent.richframework.gallery.QQGalleryActivity',
|
||||||
rules: '[desc="查看原图"][checked=false]',
|
rules: '[desc="查看原图"][checked=false]',
|
||||||
@@ -277,7 +277,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 12,
|
key: 12,
|
||||||
name: 'QQ小世界评论区广告',
|
name: '局部广告-QQ小世界评论区广告',
|
||||||
desc: '点击广告-弹出原因框-关闭此条广告',
|
desc: '点击广告-弹出原因框-关闭此条广告',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.tencent.mobileqq.activity.SplashActivity',
|
'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
@@ -300,7 +300,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 13,
|
key: 13,
|
||||||
name: 'QQ小程序开屏广告',
|
name: '开屏广告-QQ小程序开屏广告',
|
||||||
desc: '点击右下角跳过',
|
desc: '点击右下角跳过',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.tencent.mobileqq.mini.appbrand.ui.AppBrandUI',
|
'com.tencent.mobileqq.mini.appbrand.ui.AppBrandUI',
|
||||||
@@ -319,7 +319,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 14,
|
key: 14,
|
||||||
name: '黄钻-弹窗广告',
|
name: '全屏广告-黄钻页面弹窗广告',
|
||||||
activityIds: 'com.tencent.mobileqq.activity.QQBrowserActivity',
|
activityIds: 'com.tencent.mobileqq.activity.QQBrowserActivity',
|
||||||
rules:
|
rules:
|
||||||
'TextView[text.length=0&&clickable=true&&visibleToUser=true] + View > Button[text.length=0&&focusable=true]',
|
'TextView[text.length=0&&clickable=true&&visibleToUser=true] + View > Button[text.length=0&&focusable=true]',
|
||||||
@@ -331,7 +331,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 15,
|
key: 15,
|
||||||
name: '好友动态-为你推荐',
|
name: '局部广告-好友动态页面"为你推荐"',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
|
||||||
activityIds: [
|
activityIds: [
|
||||||
@@ -361,7 +361,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 17,
|
key: 17,
|
||||||
name: '更新弹窗',
|
name: '更新提示',
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '@[desc="关闭"] - ViewGroup > [text="立即体验"||text="立即升级"]',
|
rules: '@[desc="关闭"] - ViewGroup > [text="立即体验"||text="立即升级"]',
|
||||||
@@ -399,7 +399,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 19,
|
key: 19,
|
||||||
name: '内测邀请弹窗',
|
name: '更新提示-内测邀请弹窗',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
rules: [
|
rules: [
|
||||||
@@ -435,7 +435,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 21,
|
key: 21,
|
||||||
name: '首页广告弹窗',
|
name: '全屏广告-首页广告弹窗',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
@@ -469,5 +469,21 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 23,
|
||||||
|
name: '全屏广告-新春回馈礼弹窗',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
quickFind: true,
|
||||||
|
action: 'clickCenter',
|
||||||
|
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
|
matches: '[id="com.tencent.mobileqq:id/az7"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/b09d6db6-0e67-421a-aa7d-35453bf9a0bc',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14134934',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user