fix(QQ): 修正消息页面顶部更新提示无法点击问题 (#1811)

* fix(QQ): 修正消息页面顶部更新提示无法点击问题

已补充快照

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

close #1803
This commit is contained in:
xiaowonet 2023-11-05 19:11:51 +08:00 committed by GitHub
parent cdcaa64493
commit 9801d23ec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,8 +290,11 @@ export default defineAppConfig({
key: 18,
name: '消息页面-顶部更新提示',
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
rules: '[desc="发现QQ版本更新"] > [desc="关闭"]',
snapshotUrls: 'https://i.gkd.li/import/13188722',
rules: 'TextView[text="发现QQ版本更新"] + ImageView[clickable=true]', //修正desc值为null时无法点击问题
snapshotUrls: [
'https://i.gkd.li/import/13188722',
'https://gkd-kit.gitee.io/import/13255493', //desc值为null快照
],
},
],
});