mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
fix(微信): 京东小程序误触
This commit is contained in:
@@ -460,9 +460,13 @@ export default defineAppConfig({
|
||||
actionMaximum: 1,
|
||||
activityIds: 'com.tencent.mm.plugin.appbrand.ui.AppBrandUI',
|
||||
rules: {
|
||||
matches: '@Image -n * > View[text="可横向滚动"]',
|
||||
matches:
|
||||
'View[childCount=8] > View[index=6] > View[childCount=4] > Image[visibleToUser=true]',
|
||||
action: 'clickCenter',
|
||||
snapshotUrls: ['https://i.gkd.li/import/13298294'],
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13298294',
|
||||
'https://i.gkd.li/import/14156176', // 误触快照
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user