mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(淘宝): 功能类-关闭小额免密支付(优化规则)
This commit is contained in:
@@ -140,13 +140,33 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 13,
|
key: 13,
|
||||||
name: '功能类-小额免密支付弹窗',
|
name: '功能类-关闭小额免密支付',
|
||||||
desc: '点击关闭',
|
desc: '在支付前/后出现',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity',
|
activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity',
|
||||||
rules: '@[text="关闭"] < * <3 * < * + * >3 [text$="小额免密支付"]',
|
matches:
|
||||||
|
'[text="关闭"] < @[clickable=true] <3 * < * + * >3 [text$="小额免密支付"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/2322af2e-52e2-4059-9757-f26940f4b2fc',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13438414',
|
snapshotUrls: 'https://i.gkd.li/i/13438414',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity',
|
||||||
|
matches: '@[checked=true] < * - [text="开通淘宝小额免密支付"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/3ae78555-c0a5-4f76-8096-c4d1593ebb77',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/14471853', // 关闭前
|
||||||
|
'https://i.gkd.li/i/14471858', // 关闭后
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 14,
|
key: 14,
|
||||||
@@ -240,23 +260,5 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: 19,
|
|
||||||
name: '功能类-关闭小额免密支付开关',
|
|
||||||
desc: '在支付的时候出现',
|
|
||||||
rules: [
|
|
||||||
{
|
|
||||||
quickFind: true,
|
|
||||||
activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity',
|
|
||||||
matches: '@[checked=true] < * - [text="开通淘宝小额免密支付"]',
|
|
||||||
exampleUrls:
|
|
||||||
'https://m.gkd.li/57941037/3ae78555-c0a5-4f76-8096-c4d1593ebb77',
|
|
||||||
snapshotUrls: [
|
|
||||||
'https://i.gkd.li/i/14471853', // 关闭前
|
|
||||||
'https://i.gkd.li/i/14471858', // 关闭后
|
|
||||||
],
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user