mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat: 支付宝-功能类-自动授权登录
This commit is contained in:
@@ -451,5 +451,21 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 25,
|
||||||
|
name: '功能类-自动授权登录',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
actionMaximum: 1,
|
||||||
|
action: 'clickCenter', // clickNode可能无效
|
||||||
|
activityIds:
|
||||||
|
'com.alipay.mobile.nebulax.xriver.activity.XRiverActivity',
|
||||||
|
matches:
|
||||||
|
'[text="支付宝授权"] >3 @[childCount=0][text="同意"] <<n [id="com.alipay.mobile.nebula:id/h5_pc_container"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/17376764',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user