perf(微信): 功能类-付款时自动点击[支付]

This commit is contained in:
AIsouler
2024-09-11 19:35:55 +08:00
parent 1fb4b0b33a
commit d31de94ca7

View File

@@ -560,7 +560,7 @@ export default defineGkdApp({
key: 0, key: 0,
excludeMatches: [ excludeMatches: [
'ViewGroup + ViewGroup > ViewGroup > [vid="kinda_button_impl_wrapper"][desc="支付"]', 'ViewGroup + ViewGroup > ViewGroup > [vid="kinda_button_impl_wrapper"][desc="支付"]',
'[text="请验证指纹" || text="使用指纹"] <<n [vid="container_layout"]', '[visibleToUser=true][text="请验证指纹" || text="使用指纹"] <<n [vid="container_layout"]',
], ],
matches: matches:
'[vid="kinda_button_impl_wrapper"][desc$="支付"][desc.length<5]', '[vid="kinda_button_impl_wrapper"][desc$="支付"][desc.length<5]',