mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
fix(微信): 功能类-付款后自动点击完成误触
This commit is contained in:
@@ -589,10 +589,14 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.tencent.mm.framework.app.UIPageFragmentActivity',
|
activityIds: 'com.tencent.mm.framework.app.UIPageFragmentActivity',
|
||||||
matches: '[vid="kinda_button_impl_wrapper"][clickable=true]',
|
matches:
|
||||||
|
'@[vid="kinda_button_impl_wrapper"][clickable=true] > [text="完成"]',
|
||||||
exampleUrls:
|
exampleUrls:
|
||||||
'https://m.gkd.li/57941037/a5177d9d-6745-443f-baf5-af57153430d8',
|
'https://m.gkd.li/57941037/a5177d9d-6745-443f-baf5-af57153430d8',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14399355',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/14399355',
|
||||||
|
'https://i.gkd.li/i/14532946', // 避免在此页面误触
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user