Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(QQ): 消息页面-顶部更新提示(补充规则) (#3747)
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq authored Jan 14, 2024
1 parent 0ab77c9 commit af7c32c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/apps/com.tencent.mobileqq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,14 @@ export default defineAppConfig({
key: 18,
name: '消息页面-顶部更新提示',
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
rules: 'TextView[text="发现QQ版本更新"] + ImageView[clickable=true]', //修正desc值为null时无法点击问题
rules: [
'TextView[text="发现QQ版本更新"] + ImageView[clickable=true]', //修正desc值为null时无法点击问题
'TextView[text="发现QQ版本更新"] -2 ImageView[clickable=true]',
],
snapshotUrls: [
'https://i.gkd.li/import/13188722',
'https://i.gkd.li/import/13255493', //desc值为null快照
'https://i.gkd.li/import/13843140', //关系选择器为-2快照
],
},
{
Expand Down

0 comments on commit af7c32c

Please sign in to comment.