diff --git a/src/apps/com.tencent.mobileqq.ts b/src/apps/com.tencent.mobileqq.ts index 6bf33efc..ecbbf306 100644 --- a/src/apps/com.tencent.mobileqq.ts +++ b/src/apps/com.tencent.mobileqq.ts @@ -124,6 +124,7 @@ export default defineAppConfig({ { key: 7, name: '扫一扫-登录确认', + quickFind: true, activityIds: 'com.tencent.biz.qrcode.activity.QRLoginAuthActivity', rules: 'Button[text="拒绝"] - Button[text="登录"]', snapshotUrls: 'https://gkd-kit.songe.li/import/12789287', @@ -137,6 +138,14 @@ export default defineAppConfig({ rules: 'RelativeLayout > [text^="当前无法接收"] + ImageView', 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, 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', + ], + }, ], });