mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:23:55 +08:00
fix(QQ): 消息页面-顶部广告-误触关闭 (#383)
This commit is contained in:
parent
a3a871243c
commit
36c666d464
|
@ -13,8 +13,10 @@ export default defineAppConfig({
|
|||
rules: '[text*=`跳过`]',
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 1,
|
||||
name: '消息页面-顶部广告',
|
||||
desc: '规则误触,待修复,需要快照准确定位',
|
||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||
rules: [
|
||||
'ImageView[id!=null][desc="关闭"][clickable=true]', // 1687669217838
|
||||
|
|
Loading…
Reference in New Issue
Block a user