mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(支付宝):【关闭花呗升级弹窗】新增规则 (#674)
This commit is contained in:
@@ -10,8 +10,21 @@ export default defineAppConfig({
|
|||||||
name: '关闭花呗升级弹窗',
|
name: '关闭花呗升级弹窗',
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.alipay.mobile.nebulax.integration.mpaas.activity.NebulaActivity$Main',
|
'com.alipay.mobile.nebulax.integration.mpaas.activity.NebulaActivity$Main',
|
||||||
rules: 'View[childCount=3] > @Image - View[text="花呗服务升级"]',
|
rules: [
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12737055',
|
{
|
||||||
|
key: 0,
|
||||||
|
matches: 'View[childCount=3] > @Image - View[text="花呗服务升级"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12737055',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
matches: [
|
||||||
|
'[text="根据相关法律法规要求,请尽快完成花呗升级"]',
|
||||||
|
'FrameLayout > FrameLayout > FrameLayout > [text="关闭"]',
|
||||||
|
],
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12826077',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user