Skip to content

Commit

Permalink
fix(QQ): 更新提示-消息页面-顶部 (误触 AIsouler#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Nov 27, 2024
1 parent 4d4ac91 commit 795022d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apps/com.tencent.mobileqq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ export default defineGkdApp({
key: 0,
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
matches:
'@ImageView[clickable=true][text=null] <n * > [text*="版本更新" || text*="新版本"][text.length<15]',
'@ImageView[clickable=true][text=null][visibleToUser=true] - [text*="版本更新" || text="点击下载" || text="立即安装" || text="点击更新"][text.length<15]',
snapshotUrls: [
'https://i.gkd.li/i/13255493',
'https://i.gkd.li/i/13843140',
Expand All @@ -461,6 +461,7 @@ export default defineGkdApp({
'https://i.gkd.li/i/16323755',
'https://i.gkd.li/i/17529150',
],
excludeSnapshotUrls: 'https://i.gkd.li/i/17920550',
},
],
},
Expand Down

0 comments on commit 795022d

Please sign in to comment.