Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions src/apps/com.tencent.mobileqq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ export default defineGkdApp({
exampleUrls: 'https://e.gkd.li/6cf71a22-0e21-4877-86a7-69d84353ad5a',
snapshotUrls: 'https://i.gkd.li/i/18236745',
},
// 消息列表页面顶部广告
{
key: 2,
name: '消息列表页面顶部广告1',
fastQuery: true,
activityIds: '.activity.SplashActivity',
matches:
Expand All @@ -77,12 +77,18 @@ export default defineGkdApp({
},
{
key: 3,
name: '消息列表页面顶部广告2',
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
matches:
'@ImageView[desc="关闭"][clickable=true] <n RelativeLayout - RelativeLayout >3 ImageView[desc="快捷入口"]',
snapshotUrls: 'https://i.gkd.li/i/24230528',
},
{
key: 4,
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
matches:
'@ImageView[width<100 && height<100][clickable=true] - TextView[text!=null] <n * + * >3 ImageView[desc="快捷入口"]',
snapshotUrls: 'https://i.gkd.li/i/25235782',
},
],
},
{
Expand Down