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