mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat(QQ): 消息页面-顶部更新提示(补充规则) (#3747)
This commit is contained in:
@@ -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快照
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user