mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
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:
@@ -250,12 +250,16 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity',
|
activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity',
|
||||||
matches: ['[text="同意协议并开通"]', '[text="30天不再提醒"]'],
|
matches: [
|
||||||
|
'[text="同意协议并开通" || text*="开通花呗"]',
|
||||||
|
'[text="30天不再提醒" || text="不感兴趣"]',
|
||||||
|
],
|
||||||
exampleUrls:
|
exampleUrls:
|
||||||
'https://m.gkd.li/57941037/8daecaeb-35f0-4f3a-8d5a-a19098a992d5',
|
'https://m.gkd.li/57941037/8daecaeb-35f0-4f3a-8d5a-a19098a992d5',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/14060628',
|
'https://i.gkd.li/i/14060628',
|
||||||
'https://i.gkd.li/i/15050300',
|
'https://i.gkd.li/i/15050300',
|
||||||
|
'https://i.gkd.li/i/20684144',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user