mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
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:
@@ -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快照
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user