mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 18:52:31 +08:00
fix(腾讯手游加速器): 悬浮广告(误触左上角头像) (#1312)
This commit is contained in:
parent
384c037e55
commit
c00b5c5664
|
@ -17,10 +17,12 @@ export default defineAppConfig({
|
|||
key: 1,
|
||||
name: '悬浮广告',
|
||||
activityIds: 'com.tencent.mocmna.activity.MainActivity',
|
||||
rules: 'ViewGroup[childCount=2] > @ImageView[id!=null] + ImageView',
|
||||
rules:
|
||||
'ViewGroup[childCount=2] > @ImageView[id!=null][clickable=true] + ImageView',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12847323',
|
||||
'https://gkd-kit.gitee.io/import/12847336',
|
||||
'https://gkd-kit.songe.li/import/13063271', // 限定 [clickable=true] 防止在此快照中点击左上角头像
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user