fix(支付宝): 全屏广告-"下次支付用花呗"弹窗 部分失效 (#967)

Signed-off-by: Jesse Senior <jessesenior@outlook.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Jesse Senior
2025-06-11 19:26:20 +08:00
committed by GitHub
parent 5ca435fec5
commit e43462cafa

View File

@@ -250,12 +250,16 @@ export default defineGkdApp({
{
fastQuery: true,
activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity',
matches: ['[text="同意协议并开通"]', '[text="30天不再提醒"]'],
matches: [
'[text="同意协议并开通" || text*="开通花呗"]',
'[text="30天不再提醒" || text="不感兴趣"]',
],
exampleUrls:
'https://m.gkd.li/57941037/8daecaeb-35f0-4f3a-8d5a-a19098a992d5',
snapshotUrls: [
'https://i.gkd.li/i/14060628',
'https://i.gkd.li/i/15050300',
'https://i.gkd.li/i/20684144',
],
},
],