mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(QQ): 扫一扫-登录确认规则优化、我的等级-浮窗广告、黄钻-弹窗广告 (#1135)
This commit is contained in:
@@ -124,6 +124,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 7,
|
key: 7,
|
||||||
name: '扫一扫-登录确认',
|
name: '扫一扫-登录确认',
|
||||||
|
quickFind: true,
|
||||||
activityIds: 'com.tencent.biz.qrcode.activity.QRLoginAuthActivity',
|
activityIds: 'com.tencent.biz.qrcode.activity.QRLoginAuthActivity',
|
||||||
rules: 'Button[text="拒绝"] - Button[text="登录"]',
|
rules: 'Button[text="拒绝"] - Button[text="登录"]',
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12789287',
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12789287',
|
||||||
@@ -137,6 +138,14 @@ export default defineAppConfig({
|
|||||||
rules: 'RelativeLayout > [text^="当前无法接收"] + ImageView',
|
rules: 'RelativeLayout > [text^="当前无法接收"] + ImageView',
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12855441',
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12855441',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 9,
|
||||||
|
name: '我的等级-浮窗广告',
|
||||||
|
activityIds: 'com.tencent.mobileqq.activity.QQBrowserActivity',
|
||||||
|
rules:
|
||||||
|
'TextView[text="QQ等级规则"] + View > TextView[id=null&&text.length=0]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12914734',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 10,
|
key: 10,
|
||||||
@@ -198,5 +207,16 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 14,
|
||||||
|
name: '黄钻-弹窗广告',
|
||||||
|
activityIds: 'com.tencent.mobileqq.activity.QQBrowserActivity',
|
||||||
|
rules:
|
||||||
|
'TextView[text.length=0&&clickable=true&&visibleToUser=true] + View > Button[text.length=0&&focusable=true]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.songe.li/import/12914978',
|
||||||
|
'https://gkd-kit.songe.li/import/12914886',
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user