mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(支付宝): 功能类-关闭免密支付开关
This commit is contained in:
@@ -250,5 +250,23 @@ export default defineAppConfig({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 17,
|
||||
name: '功能类-关闭免密支付开关',
|
||||
actionMaximum: 1,
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity',
|
||||
matches: '@[checked=true] < * - [text$="免密支付"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/1e3a5f01-c42b-4d41-9d7d-21ff96c0075f',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/14630824', // 关闭前
|
||||
'https://i.gkd.li/i/14630825', // 关闭后
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user