mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat: 淘宝-全屏广告 #1134
This commit is contained in:
@@ -465,7 +465,7 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [
|
||||
{
|
||||
id: 'com.taobao.taobao',
|
||||
name: '淘宝',
|
||||
deprecatedKeys: [0, 10, 11],
|
||||
deprecatedKeys: [0, 10, 11, 18],
|
||||
},
|
||||
{
|
||||
id: 'com.taptap',
|
||||
|
||||
@@ -242,7 +242,6 @@ export default defineGkdApp({
|
||||
'https://i.gkd.li/i/13691864',
|
||||
'https://i.gkd.li/i/13628020',
|
||||
'https://i.gkd.li/i/13898735',
|
||||
'https://i.gkd.li/i/18296345',
|
||||
],
|
||||
},
|
||||
],
|
||||
@@ -260,22 +259,6 @@ export default defineGkdApp({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 18,
|
||||
name: '全屏广告-[「0元下单」权益]弹窗',
|
||||
desc: '点击关闭',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity',
|
||||
matches:
|
||||
'[text="关闭"] < @FrameLayout[clickable=true] <3 FrameLayout[childCount=3] < * + FrameLayout[childCount=3] [text*="0元下单"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/a35c954d-5162-463c-aee3-b72b9c2d6625',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14155537',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 19,
|
||||
name: '局部广告-商品详情页直播悬浮窗',
|
||||
@@ -305,5 +288,26 @@ export default defineGkdApp({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 21,
|
||||
name: '全屏广告-支付后的推荐弹窗',
|
||||
desc: '点击关闭',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity',
|
||||
matches: [
|
||||
'[text$="推荐你"][visibleToUser=true]',
|
||||
'@[clickable=true] > [text="关闭"][visibleToUser=true]',
|
||||
],
|
||||
exampleUrls: 'https://e.gkd.li/1646b159-a3ca-4cd8-9519-729e70acb72a',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/14155537',
|
||||
'https://i.gkd.li/i/18296345',
|
||||
'https://i.gkd.li/i/22113615',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user